view Makefile @ 13:a999a074d2ee

do not print to the console, only to the log dialog
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 21 Sep 2014 15:25:57 +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)