aboutsummaryrefslogtreecommitdiff
path: root/test/lua/Makefile
blob: faeb8fdb728a00a0083af71803d41568d2ad606a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
all: clean test

clean:
	@rm -f *.out *.err

test:
	@./test.sh

%: %.in
	@./test.sh $@

.PHONY: all clean test