Mercurial > hg > RemoteViewer
annotate Makefile @ 22:88b0f704e2ab
use settings from the connection object when connecting to via RDP
| author | Dirk Olmes <dirk@xanthippe.ping.de> |
|---|---|
| date | Fri, 26 Sep 2014 04:09:37 +0200 |
| 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) |
