From 2f423d35a0e9253a89999b351cace5a16f6ca0e7 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 20 Aug 2024 09:29:57 -0600 Subject: [PATCH] syntax --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8f2d9da..8b37b88 100644 --- a/Makefile +++ b/Makefile @@ -12,13 +12,13 @@ ${GOFILES}: go mod init ${BIN} go get ${GOMODS} -run: ${BIN} +start: ${BIN} @./$< & stop: -@pkill -SIGTERM ${BIN} || true -restart: stop run +restart: stop start clean-all: clean clean-mods