# Makefile for uploading vonJeek epassport emulator
# http://freeworld.thc.org/thc-epassport/
#
# gpshell can be found here:
# http://sourceforge.net/project/showfiles.php?group_id=143343&package_id=159897
#
# blank JCOP cards can be got here:
# (note vonJeek applet requires 72K card)
# http://www.rfidiot.org/
#
# This makefile by Adam Laurie, 2008

# GPShell...
GPSHELL= "gpshell"
GPSHELL_SCRIPT="vonJeek.gpsh"

install:
	$(GPSHELL) $(GPSHELL_SCRIPT)
