aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-19 18:27:26 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-19 18:27:26 -0300
commit28ade76301133abc3b4ea96faefb51fe59f1c3ad (patch)
tree0f2cd8b311f4d4033d7a00dcf5f2cc4a173bae0e
parent51ea074d9886995a649f2f2251832c2741e6d4cd (diff)
downloadluarocks-28ade76301133abc3b4ea96faefb51fe59f1c3ad.tar.gz
luarocks-28ade76301133abc3b4ea96faefb51fe59f1c3ad.tar.bz2
luarocks-28ade76301133abc3b4ea96faefb51fe59f1c3ad.zip
Fixes #332.
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5f983534..81d24d24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,5 @@
1 1
2include config.unix 2include config.unix
3include Makefile.setup.inc
4include Makefile.install.inc
5 3
6.PHONY: all build dev build_bins luadoc check_makefile cleanup_bins clean \ 4.PHONY: all build dev build_bins luadoc check_makefile cleanup_bins clean \
7 install_site_config write_sysconfig install bootstrap install_rock 5 install_site_config write_sysconfig install bootstrap install_rock
@@ -22,6 +20,9 @@ all:
22 @echo " to install LuaRocks in $(PREFIX) as a rock." 20 @echo " to install LuaRocks in $(PREFIX) as a rock."
23 @echo 21 @echo
24 22
23include Makefile.setup.inc
24include Makefile.install.inc
25
25build: src/luarocks/site_config.lua build_bins 26build: src/luarocks/site_config.lua build_bins
26 @echo 27 @echo
27 @echo "Done. Type 'make install' to install into $(PREFIX)." 28 @echo "Done. Type 'make install' to install into $(PREFIX)."