1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
Files
coreutils/tests/join/Makefile

20 lines
331 B
Makefile
Raw Normal View History

1994-11-07 12:47:50 +00:00
.PHONY: all
1994-11-08 22:40:52 +00:00
all: join-tests
./join-tests
1994-11-07 12:47:50 +00:00
1994-11-08 22:40:52 +00:00
join-tests: main build-script test.data.pl
1994-11-07 12:47:50 +00:00
./main test.data.pl > $@.n
mv $@.n $@
chmod 755 $@
.PHONY: distclean
distclean:
1994-11-17 17:37:22 +00:00
rm -f t*.out core
1994-11-07 12:47:50 +00:00
.PHONY: clean
clean: distclean
1995-11-30 19:42:58 +00:00
.PHONY: maintainer-clean realclean
maintainer-clean realclean: clean
1994-11-17 17:37:22 +00:00
rm -f join-tests t*.[12] t*.exp t*.log