SHELL=/bin/sh
MAKE=make

Test-ipl-icont:
		sh ./Test

Clean:
		rm -f local/*

