SHELL=/bin/sh
all:
	-@INDENT="==$$INDENT"; export INDENT; run

cleanone:
	@-/bin/rm -f *.o compile-here/*.o executable GCTLOG *LOG *log
	@-gclean
	-@rm -f \#*\# *~

clean:
	@-make cleanone
	@-cd source-here; make -f ../Makefile cleanone
	@-cd compile-here; make -f ../Makefile cleanone
