mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-18 12:08:00 -05:00
6 lines
100 B
Makefile
Executable File
6 lines
100 B
Makefile
Executable File
all:
|
|
-@echo "Please use ./configure first. Thank you."
|
|
|
|
distclean:
|
|
make -f Makefile.in distclean
|