diff options
author | joe <rbo@gmx.us> | 2025-08-28 13:41:56 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-28 13:41:56 +0200 |
commit | f170a2eb3ba93409472f901c1874c95f4f5f378e (patch) | |
tree | 7eb89698b9f7c75449814d364b0ae398cf06c53c /Makefile | |
parent | ok (diff) | |
download | hardflip-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |