gem-graph-client/Makefile

13 lines
168 B
Makefile
Raw Normal View History

2022-06-24 20:02:09 +02:00
.PHONY: run install
sources=gemgraph.py gemgraph/main.py gemgraph/window.py
uis=ui/gemgraph.ui
install: ${sources} ${uis}
:
run: ${sources} ${uis}
./gemgraph.py