fix: Makefile .PHONY added
This commit is contained in:
parent
5798132e9b
commit
42fbedaeaa
2
Makefile
2
Makefile
@ -1,5 +1,7 @@
|
|||||||
TMUX_SESSION=knowyt
|
TMUX_SESSION=knowyt
|
||||||
|
|
||||||
|
.PHONY: info run-all run-server run-client run-tmux build docker clean
|
||||||
|
|
||||||
info:
|
info:
|
||||||
@echo available targets:
|
@echo available targets:
|
||||||
@perl -ne 'm/^([\w\-]+):/ && print(" $$1\n");' Makefile
|
@perl -ne 'm/^([\w\-]+):/ && print(" $$1\n");' Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user