all: ecce
	echo All up to date

ecce: ecce.c
	cc -o ecce ecce.c

install: /usr/local/bin/ecce
	cp ecce /usr/local/bin/ecce
