test:
	../../bin/makesim -ng test.c

clean: tidy
	rm -f sim *.o  gi.log run*.cmd

tidy:
	rm -f *~ \#*
