
default:
	@echo 'huh?'

install:
	cp ecmd /site/usr/bin
	make clean

clean:
	rm -f core a.out *~
