int:
	../../bin/makesim -ng perf.c -o sim

float:
	../../bin/makesim -ng -f perf.c -o fsim

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

tidy:
	rm -f  *~ \#*

