diff options
author | joe <rbo@gmx.us> | 2025-08-28 14:54:59 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-28 14:54:59 +0200 |
commit | 73a47d08a806f5c6d2eb1e6fa2201f7750d10118 (patch) | |
tree | e618fcaaa58a5080bb2127ccfef9d73037b050ae /Makefile | |
parent | ye (diff) | |
download | hardflip-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |