aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/Makefile5
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 $@