diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,13 +4,13 @@ | |||
4 | INSTALL ?= install | 4 | INSTALL ?= install |
5 | 5 | ||
6 | 6 | ||
7 | all: luarocks luarocks-admin | 7 | all: build |
8 | 8 | ||
9 | # ---------------------------------------- | 9 | # ---------------------------------------- |
10 | # Base build | 10 | # Base build |
11 | # ---------------------------------------- | 11 | # ---------------------------------------- |
12 | 12 | ||
13 | build: all | 13 | build: luarocks luarocks-admin |
14 | 14 | ||
15 | config.unix: | 15 | config.unix: |
16 | @echo Please run the "./configure" script before building. | 16 | @echo Please run the "./configure" script before building. |