clisp: clisp.c
	gcc -Wall -ansi -pedantic -g -o clisp clisp.c

clean:
	-rm clisp *.core core
veryclean: clean
	-rm *~ 
