From add28ed158e7f6992ad94b946e96ca44c36fbe2d Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 15 Feb 2024 01:40:42 +0100 Subject: Comments may now be preceded by whitespace and not followed by one --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1