novice:
	../../bin/makesim -ng
	@ echo " "
	@ echo " | To run the simulator, type:"
	@ echo " | 	sim"
	@ echo " | At the prompt ( -> ) type:"
	@ echo " | 	-> read build.demo"
	@ echo " |  "
	@ echo " |  When you are finished, type:"
	@ echo " |  	-> quit"
	@ echo " |  "
	@ echo " | For more info, read the file README in this directory"
	@ echo " | "
	@ echo " | For more info, read the file README in this directory"
	@ echo " "

clean:
	rm -f sim  run*.cmd
