Files
gnu-coreutils/tests/tr/Makefile
T
Jim Meyering 8761507929 .
1994-11-07 05:38:19 +00:00

20 lines
275 B
Makefile

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