Create Makefile
This commit is contained in:
parent
d303a5cd5c
commit
e7f96cba6e
1 changed files with 13 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
.PHONY: run debug test help
|
||||||
|
|
||||||
|
run:
|
||||||
|
# run the thing
|
||||||
|
|
||||||
|
debug:
|
||||||
|
# run the thing in debug mode
|
||||||
|
|
||||||
|
test:
|
||||||
|
pytest
|
||||||
|
|
||||||
|
help:
|
||||||
|
echo "help!"
|
Loading…
Add table
Add a link
Reference in a new issue