6 lines
93 B
Makefile
6 lines
93 B
Makefile
all:
|
|
-@echo "Use ./configure first. Thank you."
|
|
|
|
distclean:
|
|
make -f Makefile.in distclean
|