test/sam: add tests for empty matches at the end of a range
[vis-test.git] / lua / Makefile
bloba7afc801f6f020ce494578b8fc54b808e0da9c6f
1 all: clean ../../vis test
3 ../../vis: ../../*.[ch]
4 @echo Compiling vis
5 @$(MAKE) -C ../..
7 clean:
8 @rm -f *.out *.err *.busted
10 test:
11 @./test.sh
13 %: %.in
14 @./test.sh $@
16 .PHONY: all clean test