This commit is contained in:
tavo-wasd 2024-08-20 09:29:57 -06:00
parent 9107b0b0cc
commit 2f423d35a0

View file

@ -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