SHELL=/bin/sh
MAKE=make

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

Samples-iconc:
		sh Test-iconc

Samples-icont:
		sh Test-icont

Clean:
		rm -f local/*
		touch local/.placeholder

