aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-27 14:58:45 +0200
committerjoe <rbo@gmx.us>2025-08-27 14:58:45 +0200
commit10cc539bd0cb93abc46f985d333c31061fba223c (patch)
treeaff8f5d53f8f83dba6cee4ba4583cddb2f154745 /Makefile
parentfzf in progress (diff)
downloadhardflip-10cc539bd0cb93abc46f985d333c31061fba223c.tar.gz
hardflip-10cc539bd0cb93abc46f985d333c31061fba223c.tar.bz2
hardflip-10cc539bd0cb93abc46f985d333c31061fba223c.tar.xz
hardflip-10cc539bd0cb93abc46f985d333c31061fba223c.tar.zst
hardflip-10cc539bd0cb93abc46f985d333c31061fba223c.zip
fuck logger use printf
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 618bb00..88597ab 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ DEST := /usr
.DEFAULT_GOAL := ${TARGET}
run: ${SRC}
- go run -tags debug ${SRC_DIR}
+ go run ${SRC_DIR}
${TARGET}: ${SRC}
go build -o ${TARGET} ${SRC_DIR}