1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-09 14:34:16 +02:00
Files
coreutils/tests/sort/Makefile
1995-07-27 14:43:01 +00:00

20 lines
290 B
Makefile

.PHONY: all
all: sort-tests
./sort-tests
sort-tests: main build-script test.data.pl
./main test.data.pl > $@.n
mv $@.n $@
chmod 755 $@
.PHONY: distclean
distclean:
rm -f t*.out
.PHONY: clean
clean: distclean
.PHONY: realclean
realclean: clean
rm -f sort-tests t*.in t*.exp t*.err