1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00
Files
coreutils/tests/tr/Makefile

20 lines
286 B
Makefile
Raw Normal View History

1993-03-02 14:13:10 +00:00
.PHONY: all
1995-11-30 20:08:07 +00:00
all: run-tests
./run-tests
1993-03-02 14:10:31 +00:00
1995-11-30 20:08:07 +00:00
run-tests: main build-script test.data.pl
1993-03-02 14:13:10 +00:00
./main test.data.pl > $@.n
mv $@.n $@
1993-03-02 14:10:31 +00:00
chmod 755 $@
1993-03-02 14:13:10 +00:00
.PHONY: distclean
distclean:
1994-11-07 05:38:19 +00:00
rm -f t*.out
1993-03-02 14:13:10 +00:00
1993-03-02 14:10:31 +00:00
.PHONY: clean
1993-03-02 14:13:10 +00:00
clean: distclean
1993-03-02 14:10:31 +00:00
.PHONY: realclean
1993-03-02 14:13:10 +00:00
realclean: clean
1995-11-30 20:08:07 +00:00
rm -f run-tests t*.in t*.exp t*.err