test/sam: add tests for empty matches at the end of a range
[vis-test.git] / vis / Makefile
blobbe58c44c2752f75dd02246e1d01591790d9cc990
1 test: ../../vis clean
2 @./test.sh
4 ../../vis: ../../*.[ch]
5 @echo Compiling vis
6 @$(MAKE) -C ../..
8 clean:
9 @echo cleaning
10 @find . -name '*.out' -o -name '*.err' | xargs rm -f
12 .PHONY: clean test