From 76c40e52780e4bb69e7bca46d80561a0540849bf Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 25 Jul 2017 20:23:54 +0200 Subject: makefile: fix formatting to be more readable --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 141cf01..acdbe54 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +1,19 @@ -VERSION=0.6.1 -LUA_VERSION=5.2 -prefix?=/usr -sharedir?=$(prefix)/share -luasharedir?=$(sharedir)/lua/$(LUA_VERSION) -bindir?=$(prefix)/bin +VERSION = 0.6.1 +LUA_VERSION = 5.2 +prefix ?= /usr +sharedir ?= $(prefix)/share +luasharedir ?= $(sharedir)/lua/$(LUA_VERSION) +bindir ?= $(prefix)/bin -aportsfiles= \ +aportsfiles = \ abuild.lua \ apkrepo.lua \ db.lua \ dump.lua \ pkg.lua -binfiles=buildrepo.lua ap.lua +binfiles = buildrepo.lua ap.lua all: @echo "To install run:" -- cgit v1.2.3