Get new copy from FSF.
[coreutils.git] / tests / tr / Makefile
blobcc92ee2e5453805f5631ab514216603ec0d1d4ed
1 .PHONY: all
2 all: tr-tests
3 ./tr-tests
5 tr-tests: main build-script test.data.pl
6 ./main test.data.pl > $@.n
7 mv $@.n $@
8 chmod 755 $@
10 .PHONY: distclean
11 distclean:
12 rm -f t*.out
14 .PHONY: clean
15 clean: distclean
17 .PHONY: realclean
18 realclean: clean
19 rm -f tr-tests t*.in t*.exp t*.err