SHELL=/bin/sh
all:
	run

clean:
	@-/bin/rm -f core T*.c varargs stdarg *.log *LOG* gct-varargs *.o
	@-/bin/rm -f *~ \#*\# 
	@-../gclean
