aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-28 14:54:59 +0200
committerjoe <rbo@gmx.us>2025-08-28 14:54:59 +0200
commit73a47d08a806f5c6d2eb1e6fa2201f7750d10118 (patch)
treee618fcaaa58a5080bb2127ccfef9d73037b050ae /Makefile
parentye (diff)
downloadhardflip-fuzz.tar.gz
hardflip-fuzz.tar.bz2
hardflip-fuzz.tar.xz
hardflip-fuzz.tar.zst
hardflip-fuzz.zip
wipfuzz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}