1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 06:57:33 +02:00
Files
coreutils/tests/tr/Makefile
Jim Meyering 978afa51c0 .
1993-03-02 14:13:10 +00:00

20 lines
295 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[0-9]*.out
.PHONY: clean
clean: distclean
.PHONY: realclean
realclean: clean
rm -f tr-tests t[0-9]*.in t[0-9]*.expected