summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 337be3c..5180beb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
-LUA_VERSION?=5.4
-PREFIX?=/usr/local
+LUA_VERSION=5.4
+PREFIX=/usr/local
DATADIR=$(PREFIX)/share
LUA_LMOD=$(DATADIR)/lua/$(LUA_VERSION)
-all:
+all: test
test:
- busted
+ busted srcinfo_spec.lua
install:
install -m644 -Dt $(DESTDIR)$(LUA_LMOD) srcinfo.lua