dactyl-high-profile/Makefile

9 lines
170 B
Makefile
Raw Permalink Normal View History

2021-07-18 23:36:17 +00:00
.PHONY: watch
watch: run
watchmedo shell-command --patterns="*.py" --recursive --command='python src/main.py' src
.PHONY: run
run:
mkdir -p things
python src/main.py