diff options
Diffstat (limited to 'lua/Makefile')
| -rw-r--r-- | lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/Makefile b/lua/Makefile index 3404c8b..faeb8fd 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -1,5 +1,3 @@ -.PHONY=all clean test - all: clean test clean: @@ -10,3 +8,5 @@ test: %: %.in @./test.sh $@ + +.PHONY: all clean test |
