diff options
| -rw-r--r-- | lua/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/Makefile b/lua/Makefile index 3d750aa..13619b9 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -1,3 +1,5 @@ +.PHONY=all clean test + all: clean test clean: @@ -5,3 +7,6 @@ clean: test: @./test.sh + +%: %.in + @./test.sh $@ |
