mirror of
https://github.com/python/cpython.git
synced 2026-05-14 22:40:42 +00:00
5 lines
100 B
Makefile
5 lines
100 B
Makefile
all:
|
|
-@echo "Please use ./configure first. Thank you."
|
|
|
|
distclean:
|
|
make -f Makefile.in distclean
|