SHELL=/bin/sh
MAKE=make

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


test-posix:
		sh Test-icont icont


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


