Fix Makefile
parent
077ebd7c6c
commit
7f60cbac7e
2
Makefile
2
Makefile
|
@ -77,7 +77,7 @@ macosx-x86: macosx-freetype
|
||||||
|
|
||||||
linux-x86:
|
linux-x86:
|
||||||
$(MAKE) $(BINARY) CONFIG=vm/Config.linux.x86
|
$(MAKE) $(BINARY) CONFIG=vm/Config.linux.x86
|
||||||
# $(STRIP) $(BINARY)
|
$(STRIP) $(BINARY)
|
||||||
|
|
||||||
linux-amd64:
|
linux-amd64:
|
||||||
$(MAKE) $(BINARY) CONFIG=vm/Config.linux.amd64
|
$(MAKE) $(BINARY) CONFIG=vm/Config.linux.amd64
|
||||||
|
|
Loading…
Reference in New Issue