mirror of
https://github.com/tavo-wasd-gh/conex-builder.git
synced 2025-06-06 11:43:29 -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 get ${GOMODS}
|
||||
|
||||
run: ${BIN}
|
||||
start: ${BIN}
|
||||
@./$< &
|
||||
|
||||
stop:
|
||||
-@pkill -SIGTERM ${BIN} || true
|
||||
|
||||
restart: stop run
|
||||
restart: stop start
|
||||
|
||||
clean-all: clean clean-mods
|
||||
|
||||
|
|
Loading…
Reference in a new issue