view Makefile @ 32:040dce23204b

Make the log viewer window non-modal and closeable to avoid blocking the main window. This allows opening another connection while one is already running.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 08 Oct 2014 03:26:23 +0200
parents 07d74b88ac8d
children
line wrap: on
line source

.PHONY: remote_viewer clean

all: remote_viewer
	
remote_viewer:
	$(MAKE) -C RemoteViewer

clean:
	rm $(ZIP_FILE)