view Makefile @ 29:56b2e8f9846e

introduce an object to represent a connection's type. Use this type object to determine if the password checkbox should be hidden in the connection dialog
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 03 Oct 2014 04:25:56 +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)