aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-08-05 14:45:38 +1000
committerHisham Muhammad <hisham@gobolinux.org>2018-08-10 22:49:47 -0300
commitfdc3bcf015d53fca33cefed57a05c7dd38226aea (patch)
tree2c70aa89200af143d56b8a812ba2368e7f406776 /GNUmakefile
parent5eec1488e14601aca5c3cb8f1543aafacc1185c8 (diff)
downloadluarocks-fdc3bcf015d53fca33cefed57a05c7dd38226aea.tar.gz
luarocks-fdc3bcf015d53fca33cefed57a05c7dd38226aea.tar.bz2
luarocks-fdc3bcf015d53fca33cefed57a05c7dd38226aea.zip
GNUmakefile: recursive make basics
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d365454a..5b9b6475 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -149,16 +149,16 @@ bootstrap: luarocks $(DESTDIR)$(luarocksconfdir)/config-$(LUA_VERSION).lua
149# ---------------------------------------- 149# ----------------------------------------
150 150
151windows-binary: luarocks 151windows-binary: luarocks
152 make -f binary/Makefile.windows windows-binary 152 $(MAKE) -f binary/Makefile.windows windows-binary
153 153
154windows-clean: 154windows-clean:
155 make -f binary/Makefile.windows windows-clean 155 $(MAKE) -f binary/Makefile.windows windows-clean
156 156
157# ---------------------------------------- 157# ----------------------------------------
158# Clean 158# Clean
159# ---------------------------------------- 159# ----------------------------------------
160 160
161clean: 161clean: windows-clean
162 rm -rf ./config.unix \ 162 rm -rf ./config.unix \
163 ./luarocks \ 163 ./luarocks \
164 ./luarocks-admin \ 164 ./luarocks-admin \