AppManager/Makefile

6 lines
95 B
Makefile

db:
python3 ./build_json.py > src/pkg.json
run: db
godot --path src/ -- ${PWD}/src/pkg.json