Mercurial > hg > RemoteViewer
annotate Makefile @ 33:405d546410a0
sort the host list alphabetically
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 08 Nov 2014 04:14:02 +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) |