aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-08-05 12:19:59 +1000
committerHisham Muhammad <hisham@gobolinux.org>2018-08-10 16:52:18 -0300
commit855eaf4cb6cc1082bc5a62c604b7580dc0857346 (patch)
tree1db95ca9e094057e42cdfe1ebf579204f30ce739
parentfaaaded2a5a299ec0120bb794f815e97b78dbd33 (diff)
downloadluarocks-855eaf4cb6cc1082bc5a62c604b7580dc0857346.tar.gz
luarocks-855eaf4cb6cc1082bc5a62c604b7580dc0857346.tar.bz2
luarocks-855eaf4cb6cc1082bc5a62c604b7580dc0857346.zip
Makefile: Have 'all' rule invoke 'build'; not vice-versa
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1b582933..3e141ae5 100644
--- a/Makefile
+++ b/Makefile
@@ -4,13 +4,13 @@
4INSTALL ?= install 4INSTALL ?= install
5 5
6 6
7all: luarocks luarocks-admin 7all: build
8 8
9# ---------------------------------------- 9# ----------------------------------------
10# Base build 10# Base build
11# ---------------------------------------- 11# ----------------------------------------
12 12
13build: all 13build: luarocks luarocks-admin
14 14
15config.unix: 15config.unix:
16 @echo Please run the "./configure" script before building. 16 @echo Please run the "./configure" script before building.