view Makefile @ 10:dfefc456dc93

capture the output of the running executable (from a different thread)
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 21 Sep 2014 02:45:24 +0200
parents d666b9fe5663
children 07d74b88ac8d
line wrap: on
line source

.PHONY: remote_viewer pyqt_lib clean

all: remote_viewer pyqt_lib
	
remote_viewer:
	$(MAKE) -C RemoteViewer

pyqt_lib:
	$(MAKE) -C PyQtLib

clean:
	rm $(ZIP_FILE)