aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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.