aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-01-20 15:07:39 +0100
committerJoe <rbo@gmx.us>2025-01-20 15:07:39 +0100
commit14ea92b9bac628d014bc5783a2e2ab7390057945 (patch)
treea0b92a5f389681001529a4ec023bc550acbaea1e /Makefile
parentfuck this (diff)
downloadhardflip-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1290b1d..b6cb1cf 100644
--- a/Makefile
+++ b/Makefile
@@ -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}