From 14ea92b9bac628d014bc5783a2e2ab7390057945 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 20 Jan 2025 15:07:39 +0100 Subject: trying smth real quick --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1290b1d..b6cb1cf 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ DEST := /usr .DEFAULT_GOAL := ${TARGET} run: ${SRC} - go run ${SRC_DIR} + go run -tags debug ${SRC_DIR} ${TARGET}: ${SRC} go build -o ${TARGET} ${SRC_DIR} -- cgit v1.2.3