From 10cc539bd0cb93abc46f985d333c31061fba223c Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 27 Aug 2025 14:58:45 +0200 Subject: fuck logger use printf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 618bb00..88597ab 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DEST := /usr .DEFAULT_GOAL := ${TARGET} run: ${SRC} - go run -tags debug ${SRC_DIR} + go run ${SRC_DIR} ${TARGET}: ${SRC} go build -o ${TARGET} ${SRC_DIR} -- cgit v1.2.3