# place to install EZ.h
INCLDIR = /usr/local/include


all:

install:
	cp EZ.h $(INCLDIR)

