From 71a282d7623f8e95463d72aea405644cb1fdbdd2 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 20 May 2024 20:20:20 +0200 Subject: cli opts letsgo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.2.3