https://hal.archives-ouvertes.fr/hal-01863457
Raw File
Tip revision: c812045b6b43f7bfeca7954a47baf2dcbb8c6d8d authored by Software Heritage on 03 September 2018, 13:40:43 UTC
hal: Deposit 174 in collection hal
Tip revision: c812045
Makefile
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
back to top