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..3d750aa --- /dev/null +++ b/lua/Makefile @@ -0,0 +1,7 @@ +all: clean test + +clean: + rm -f *.out *.true + +test: + @./test.sh |
