1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 20:09:14 +02:00
This commit is contained in:
Jim Meyering
1996-08-12 03:42:53 +00:00
parent 4fd0132dfc
commit 26a8544c83
-19
View File
@@ -1,19 +0,0 @@
.PHONY: all
all: run-tests
./run-tests
run-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 run-tests t*.in t*.exp t*.err