Change layout and use watchinotify
* Change code layout to a flat layout * Remove pyright configuration * Add watchinotify as optional dependency to use the watch option * Fix watch option to watch for all dependencies (headers)
This commit is contained in:
parent
933dea2b9e
commit
b31e3b8426
7 changed files with 29 additions and 173 deletions
7
makefile
7
makefile
|
|
@ -1,13 +1,12 @@
|
|||
MAKE_PATH="."
|
||||
UMAKE_PATH="umake"
|
||||
|
||||
.PHONY: all debug clean
|
||||
|
||||
all:
|
||||
@PYTHONPATH=$(UMAKE_PATH) python3 $(MAKE_PATH)/make.py
|
||||
@PYTHONPATH=$(UMAKE_PATH) python3 make.py
|
||||
|
||||
debug:
|
||||
@PYTHONPATH=$(UMAKE_PATH) python3 $(MAKE_PATH)/make.py --type debug
|
||||
@PYTHONPATH=$(UMAKE_PATH) python3 make.py --type debug
|
||||
|
||||
clean:
|
||||
@PYTHONPATH=$(UMAKE_PATH) python3 $(MAKE_PATH)/make.py --clean
|
||||
@PYTHONPATH=$(UMAKE_PATH) python3 make.py --clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue