diff options
-rw-r--r-- | GNUmakefile | 6 |
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 | ||
151 | windows-binary: luarocks | 151 | windows-binary: luarocks |
152 | make -f binary/Makefile.windows windows-binary | 152 | $(MAKE) -f binary/Makefile.windows windows-binary |
153 | 153 | ||
154 | windows-clean: | 154 | windows-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 | ||
161 | clean: | 161 | clean: windows-clean |
162 | rm -rf ./config.unix \ | 162 | rm -rf ./config.unix \ |
163 | ./luarocks \ | 163 | ./luarocks \ |
164 | ./luarocks-admin \ | 164 | ./luarocks-admin \ |