mirror of
https://github.com/tavo-wasd-gh/conex-builder.git
synced 2025-06-06 19:53:30 -06:00
syntax
This commit is contained in:
parent
9107b0b0cc
commit
2f423d35a0
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -12,13 +12,13 @@ ${GOFILES}:
|
||||||
go mod init ${BIN}
|
go mod init ${BIN}
|
||||||
go get ${GOMODS}
|
go get ${GOMODS}
|
||||||
|
|
||||||
run: ${BIN}
|
start: ${BIN}
|
||||||
@./$< &
|
@./$< &
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
-@pkill -SIGTERM ${BIN} || true
|
-@pkill -SIGTERM ${BIN} || true
|
||||||
|
|
||||||
restart: stop run
|
restart: stop start
|
||||||
|
|
||||||
clean-all: clean clean-mods
|
clean-all: clean clean-mods
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue