.PHONY: run install sources=gemgraph.py gemgraph/main.py gemgraph/window.py uis=ui/gemgraph.ui install: ${sources} ${uis} : run: ${sources} ${uis} ./gemgraph.py