diff options
author | daurnimator <quae@daurnimator.com> | 2018-08-05 12:19:59 +1000 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-10 16:52:18 -0300 |
commit | 855eaf4cb6cc1082bc5a62c604b7580dc0857346 (patch) | |
tree | 1db95ca9e094057e42cdfe1ebf579204f30ce739 | |
parent | faaaded2a5a299ec0120bb794f815e97b78dbd33 (diff) | |
download | luarocks-855eaf4cb6cc1082bc5a62c604b7580dc0857346.tar.gz luarocks-855eaf4cb6cc1082bc5a62c604b7580dc0857346.tar.bz2 luarocks-855eaf4cb6cc1082bc5a62c604b7580dc0857346.zip |
Makefile: Have 'all' rule invoke 'build'; not vice-versa
-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. |