diff options
Diffstat (limited to 'test/sam/Makefile')
| -rw-r--r-- | test/sam/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/sam/Makefile b/test/sam/Makefile new file mode 100644 index 0000000..3a91582 --- /dev/null +++ b/test/sam/Makefile @@ -0,0 +1,12 @@ +test: ../../vis + @./test.sh + +../../vis: ../../*.[ch] + @echo Compiling vis + @$(MAKE) -C ../.. + +clean: + @echo cleaning + @find . -name '*.out' -o -name '*.err' | xargs rm -f + +.PHONY: clean test |
