PY=BoxerPanelWidget.py BoxerDockWidget.py all: $(PY) clean: rm -f $(PY) #BoxerPanelWidget.py: BoxerPanelWidget.ui %.py: %.ui pyside-uic -o $@ $<