view Makefile @ 11:191f6296a2a4

display the output of the respective viewer command in a separate log view
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 21 Sep 2014 03:23:17 +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)