annotate Makefile @ 26:1601d498cfb1

close the log viewer after the process has terminated
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 26 Sep 2014 05:58:53 +0200
parents 07d74b88ac8d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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)