all:
	@echo "Run 'sh autoconf' or 'sh autoconf gcc' or ..."

clean scratch:
	rm -f m.h s.h
	cd auto-aux; rm -f *.o a.out
