diff Makefile @ 14:07d74b88ac8d

do not invoke make on the PyQtLib, byte-compiling is done in a single step from dist.sh. Make sure that python3 is used everywhere
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 22 Sep 2014 06:11:22 +0200
parents d666b9fe5663
children
line wrap: on
line diff
--- a/Makefile	Sun Sep 21 15:25:57 2014 +0200
+++ b/Makefile	Mon Sep 22 06:11:22 2014 +0200
@@ -1,12 +1,9 @@
-.PHONY: remote_viewer pyqt_lib clean
+.PHONY: remote_viewer clean
 
-all: remote_viewer pyqt_lib
+all: remote_viewer
 	
 remote_viewer:
 	$(MAKE) -C RemoteViewer
 
-pyqt_lib:
-	$(MAKE) -C PyQtLib
-
 clean:
 	rm $(ZIP_FILE)