.PHONY: all clean

all:
	precision -nosplash -file  precision.tcl
clean:
	rm -rf demo_folder
	rm -f precision.log
