From 855eaf4cb6cc1082bc5a62c604b7580dc0857346 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 5 Aug 2018 12:19:59 +1000 Subject: Makefile: Have 'all' rule invoke 'build'; not vice-versa --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1b582933..3e141ae5 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,13 @@ INSTALL ?= install -all: luarocks luarocks-admin +all: build # ---------------------------------------- # Base build # ---------------------------------------- -build: all +build: luarocks luarocks-admin config.unix: @echo Please run the "./configure" script before building. -- cgit v1.2.3-55-g6feb