1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
Files
coreutils/tests/sort/Makefile

20 lines
320 B
Makefile
Raw Normal View History

1995-07-27 14:43:01 +00:00
.PHONY: all
1995-11-30 20:08:07 +00:00
all: run-tests
./run-tests
1995-07-27 14:43:01 +00:00
1995-11-30 20:08:07 +00:00
run-tests: main build-script test.data.pl
1995-07-27 14:43:01 +00:00
./main test.data.pl > $@.n
mv $@.n $@
chmod 755 $@
.PHONY: distclean
distclean:
rm -f t*.out
.PHONY: clean
clean: distclean
1995-11-30 21:00:06 +00:00
.PHONY: realclean maintainer-clean
maintainer-clean realclean: clean
1995-11-30 20:08:07 +00:00
rm -f run-tests t*.in t*.exp t*.err