aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-28 13:41:56 +0200
committerjoe <rbo@gmx.us>2025-08-28 13:41:56 +0200
commitf170a2eb3ba93409472f901c1874c95f4f5f378e (patch)
tree7eb89698b9f7c75449814d364b0ae398cf06c53c /Makefile
parentok (diff)
downloadhardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.tar.gz
hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.tar.bz2
hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.tar.xz
hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.tar.zst
hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.zip
ye
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a74f28..88597ab 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ DEST := /usr
.DEFAULT_GOAL := ${TARGET}
run: ${SRC}
- go run ${SRC_DIR} -n
+ go run ${SRC_DIR}
${TARGET}: ${SRC}
go build -o ${TARGET} ${SRC_DIR}