diff options
author | Joe <rbo@gmx.us> | 2025-01-20 15:07:39 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-01-20 15:07:39 +0100 |
commit | 14ea92b9bac628d014bc5783a2e2ab7390057945 (patch) | |
tree | a0b92a5f389681001529a4ec023bc550acbaea1e /Makefile | |
parent | fuck this (diff) | |
download | hardflip-14ea92b9bac628d014bc5783a2e2ab7390057945.tar.gz hardflip-14ea92b9bac628d014bc5783a2e2ab7390057945.tar.bz2 hardflip-14ea92b9bac628d014bc5783a2e2ab7390057945.tar.xz hardflip-14ea92b9bac628d014bc5783a2e2ab7390057945.tar.zst hardflip-14ea92b9bac628d014bc5783a2e2ab7390057945.zip |
trying smth real quick
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ DEST := /usr .DEFAULT_GOAL := ${TARGET} run: ${SRC} - go run ${SRC_DIR} + go run -tags debug ${SRC_DIR} ${TARGET}: ${SRC} go build -o ${TARGET} ${SRC_DIR} |