]> Nishi Git Mirror - gwion.git/commitdiff
Windows compatibility (#250)
authorargvsc47 <55107887+argvsc47@users.noreply.github.com>
Fri, 13 May 2022 23:11:08 +0000 (00:11 +0100)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 23:11:08 +0000 (01:11 +0200)
* Update Makefile

* Update Makefile

Makefile

index cc45a093e66e7f89d75bd72ef01985adbcad53d4..62047ffec86f722a469dc2a4b04f5b11d0d01423 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,10 +69,7 @@ CFLAGS += -Wno-pedantic
 
 CFLAGS += -DGWION_BUILTIN
 
-all: deps options-show ${PRG}
-
-deps:
-       [ "$(shell ls util | wc -l)" = "0" ] && git submodule update --init --recursive || true
+all: options-show ${PRG}
 
 ${PRG}: ${GWLIBS} src/main.o
        @$(info link ${PRG})
@@ -95,13 +92,13 @@ util/libtermcolor/libtermcolor.a:
        @+${MAKE} BUILD_ON_WINDOWS=${BUILD_ON_WINDOWS} -s -C util/libtermcolor static
 
 util/libgwion_util.a:
-       @+GWION_PACKAGE= ${MAKE} -s -C util
+       @+${MAKE} -s -C util
 
 util: util/libgwion_util.a
        @(info build util)
 
 ast/libgwion_ast.a: util/libgwion_util.a
-       @+GWION_PACKAGE= ${MAKE} -s -C ast
+       @+ ${MAKE} -s -C ast
 
 libcmdapp/libcmdapp.a:
        @+${MAKE} -s -C libcmdapp static