1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-23 05:14:46 +02:00
Files
coreutils/tests/join/Makefile
Jim Meyering c0f51577fd .
1995-11-30 19:42:58 +00:00

20 lines
331 B
Makefile

.PHONY: all
all: join-tests
./join-tests
join-tests: main build-script test.data.pl
./main test.data.pl > $@.n
mv $@.n $@
chmod 755 $@
.PHONY: distclean
distclean:
rm -f t*.out core
.PHONY: clean
clean: distclean
.PHONY: maintainer-clean realclean
maintainer-clean realclean: clean
rm -f join-tests t*.[12] t*.exp t*.log