diff options
author | joe <rbo@gmx.us> | 2025-08-29 11:02:59 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-29 11:02:59 +0200 |
commit | 772efb44c9da5a60e2d1963076460da6f7764896 (patch) | |
tree | 9ff2fbe2884dab211d6dac443a94940ddda7ec4d /Makefile | |
parent | good (diff) | |
download | hardflip-772efb44c9da5a60e2d1963076460da6f7764896.tar.gz hardflip-772efb44c9da5a60e2d1963076460da6f7764896.tar.bz2 hardflip-772efb44c9da5a60e2d1963076460da6f7764896.tar.xz hardflip-772efb44c9da5a60e2d1963076460da6f7764896.tar.zst hardflip-772efb44c9da5a60e2d1963076460da6f7764896.zip |
okok
Diffstat (limited to '')
-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} |