1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-10 15:04:07 +02:00
Files
coreutils/tests/tr/Makefile
Jim Meyering be7c86dfd2 .
1995-05-16 17:19:32 +00:00

20 lines
282 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 t*.err