SHELL=/bin/sh
MAKE=make

what:
		@echo "what do you want to make?"

Clean:
		cd extcall; $(MAKE) Clean
		cd loadfunc; $(MAKE) Clean
		rm -f foo

