c:
	gcc -O6 -o c c.c timing.c

clean:
	-rm *.o *.sparcf *~ c *.wfasl *.fasl

lisp:
	@echo 'Please run `mylisp < run.lisp`'
