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

all: clean test

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

test:
	@./test.sh

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