Add watch option
This commit is contained in:
parent
f556df8c13
commit
64c31f6211
5 changed files with 358 additions and 153 deletions
2
makefile
2
makefile
|
|
@ -1,7 +1,7 @@
|
|||
MAKE_PATH="."
|
||||
UMAKE_PATH="umake"
|
||||
|
||||
.PHONY: all clean
|
||||
.PHONY: all debug clean
|
||||
|
||||
all:
|
||||
@PYTHONPATH=$(UMAKE_PATH) python3 $(MAKE_PATH)/make.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue