summaryrefslogtreecommitdiff
path: root/tests/join/Makefile
blob: 4fc7fa04668fff1eeab5df6f7bad0ce03ae66feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.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