From 73a47d08a806f5c6d2eb1e6fa2201f7750d10118 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 28 Aug 2025 14:54:59 +0200 Subject: wip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88597ab..a347df2 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DEST := /usr .DEFAULT_GOAL := ${TARGET} run: ${SRC} - go run ${SRC_DIR} + go run ${SRC_DIR} -s ${TARGET}: ${SRC} go build -o ${TARGET} ${SRC_DIR} -- cgit v1.2.3