summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-02-15 01:40:42 +0100
committerAki <please@ignore.pl>2024-02-15 01:40:42 +0100
commitadd28ed158e7f6992ad94b946e96ca44c36fbe2d (patch)
treed3a8ae6292011506d25d65c56a91576da31eed68 /Makefile
parentedf34ef94eb35988833e21bd0a0287405d509434 (diff)
downloadlua-srcinfo-add28ed158e7f6992ad94b946e96ca44c36fbe2d.zip
lua-srcinfo-add28ed158e7f6992ad94b946e96ca44c36fbe2d.tar.gz
lua-srcinfo-add28ed158e7f6992ad94b946e96ca44c36fbe2d.tar.bz2
Comments may now be preceded by whitespace and not followed by one
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