Raw File
Makefile
all:
	-@echo "Please use ./configure first.  Thank you."

distclean:
	make -f Makefile.in distclean
back to top