From 8a58c7c57fef3f2a33faef07ecfebc85ed442877 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 28 Aug 2025 10:39:42 +0200 Subject: n option good --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88597ab..2a74f28 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DEST := /usr .DEFAULT_GOAL := ${TARGET} run: ${SRC} - go run ${SRC_DIR} + go run ${SRC_DIR} -n ${TARGET}: ${SRC} go build -o ${TARGET} ${SRC_DIR} -- cgit v1.2.3