Mercurial > hg > RemoteViewer
annotate Makefile @ 37:09af29ca763f default tip
more fixes to run with PyQt5
| author | Dirk Olmes <dirk@xanthippe.ping.de> |
|---|---|
| date | Sat, 23 Dec 2017 02:56:24 +0100 |
| parents | 07d74b88ac8d |
| children |
| rev | line source |
|---|---|
|
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
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
9
diff
changeset
|
1 .PHONY: remote_viewer clean |
|
9
d666b9fe5663
dist.sh builds an executable zip file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 |
|
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
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
9
diff
changeset
|
3 all: remote_viewer |
|
9
d666b9fe5663
dist.sh builds an executable zip file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 |
|
d666b9fe5663
dist.sh builds an executable zip file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 remote_viewer: |
|
d666b9fe5663
dist.sh builds an executable zip file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
6 $(MAKE) -C RemoteViewer |
|
d666b9fe5663
dist.sh builds an executable zip file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
7 |
|
d666b9fe5663
dist.sh builds an executable zip file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
8 clean: |
|
d666b9fe5663
dist.sh builds an executable zip file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
9 rm $(ZIP_FILE) |
