diff options
author | Aki <please@ignore.pl> | 2024-02-15 01:40:42 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-02-15 01:40:42 +0100 |
commit | add28ed158e7f6992ad94b946e96ca44c36fbe2d (patch) | |
tree | d3a8ae6292011506d25d65c56a91576da31eed68 /Makefile | |
parent | edf34ef94eb35988833e21bd0a0287405d509434 (diff) | |
download | lua-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-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |