diff options
Diffstat (limited to 'lua/makefile')
| -rw-r--r-- | lua/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/makefile b/lua/makefile new file mode 100644 index 0000000..a872221 --- /dev/null +++ b/lua/makefile @@ -0,0 +1,7 @@ +all: clean test + +clean: + rm -f *.out *.true vis.exe.stackdump + +test: + @./test.sh |
