sanic/Makefile

14 lines
126 B
Makefile
Raw Normal View History

2023-10-16 18:53:00 +02:00
.PHONY: run debug test help
run:
# run the thing
debug:
# run the thing in debug mode
test:
pytest
help:
echo "help!"