1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-14 00:44:20 +02:00
Files
coreutils/tests/tr/Makefile
Jim Meyering cfbca54a71 .
1995-11-30 20:08:07 +00:00

20 lines
286 B
Makefile

.PHONY: all
all: run-tests
./run-tests
run-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 run-tests t*.in t*.exp t*.err