summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f350546..9eac009 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,11 @@ VERSION = 2.7.0
PROJECT_VERSIONED = $(PROJECT)-$(VERSION)
DISTFILE = $(PROJECT_VERSIONED).zip
+install:
+ @for i in *.rockspec; do \
+ luarocks make $$i; \
+ done
+
check:
@if test -z "$(LUA)"; then echo "Set LUA to run tests"; exit 1; fi
@for i in $(REGNAMES); do \