mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
10 lines
143 B
Makefile
10 lines
143 B
Makefile
all:
|
|
|
|
check: check-guess check-sub
|
|
|
|
check-guess:
|
|
cd testsuite && sh config-guess.sh && rm uname
|
|
|
|
check-sub:
|
|
cd testsuite && sh config-sub.sh
|