aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-20 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-20 20:20:20 +0200
commit71a282d7623f8e95463d72aea405644cb1fdbdd2 (patch)
tree123057ab21de94d52b23a6f8f3be89375eb55100 /Makefile
parentmore reading (diff)
downloadhardflip-71a282d7623f8e95463d72aea405644cb1fdbdd2.tar.gz
hardflip-71a282d7623f8e95463d72aea405644cb1fdbdd2.tar.bz2
hardflip-71a282d7623f8e95463d72aea405644cb1fdbdd2.tar.xz
hardflip-71a282d7623f8e95463d72aea405644cb1fdbdd2.tar.zst
hardflip-71a282d7623f8e95463d72aea405644cb1fdbdd2.zip
cli opts letsgo
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 220a375..586dda7 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ DEST := /usr
.DEFAULT_GOAL := ${TARGET}
run: ${SRC}
- go run ${SRC_DIR}
+ go run ${SRC_DIR} -qwe
${TARGET}: ${SRC}
go build -o ${TARGET} ${SRC_DIR}