diff options
author | joe <rbo@gmx.us> | 2025-08-28 10:39:42 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-28 10:39:42 +0200 |
commit | 8a58c7c57fef3f2a33faef07ecfebc85ed442877 (patch) | |
tree | e92a87f0daa1b837ef2894320ccd338849309346 /Makefile | |
parent | fuck it work so well (diff) | |
download | hardflip-8a58c7c57fef3f2a33faef07ecfebc85ed442877.tar.gz hardflip-8a58c7c57fef3f2a33faef07ecfebc85ed442877.tar.bz2 hardflip-8a58c7c57fef3f2a33faef07ecfebc85ed442877.tar.xz hardflip-8a58c7c57fef3f2a33faef07ecfebc85ed442877.tar.zst hardflip-8a58c7c57fef3f2a33faef07ecfebc85ed442877.zip |
n option good
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} -n ${TARGET}: ${SRC} go build -o ${TARGET} ${SRC_DIR} |