aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-07-02 23:22:53 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-07-02 23:22:53 -0300
commitd3ab714991d1c9accb37942f2b04a296b679cccd (patch)
treed8cb801c19e1be956f70ba0e3cc591658e8c5bd5 /Makefile
parent8ff6a5b55b199fbb056b0e11cff86d8192cef61e (diff)
downloadluarocks-2.1.0rc1.tar.gz
luarocks-2.1.0rc1.tar.bz2
luarocks-2.1.0rc1.zip
Preparing for LuaRocks 2.1.0... let's try to install as a rock this time!v2.1.0rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a102b2be..491437e8 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,14 @@ admin_remove.lua fetch/hg.lua fetch/git_file.lua new_version.lua lint.lua purge.
24 24
25CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua 25CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua
26 26
27all: built 27all:
28 @echo "- Type 'make build' and 'make install':"
29 @echo " to install to $(PREFIX) as usual."
30 @echo "- Type 'make bootstrap':"
31 @echo " to install LuaRocks in $(PREFIX) as a rock."
32 @echo
33
34build:
28 35
29src/luarocks/site_config.lua: config.unix 36src/luarocks/site_config.lua: config.unix
30 rm -f src/luarocks/site_config.lua 37 rm -f src/luarocks/site_config.lua