]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: better embed
authorfennecdjay <fennecdjay@gmail.com>
Sat, 21 Jan 2023 20:03:04 +0000 (21:03 +0100)
committerfennecdjay <fennecdjay@gmail.com>
Sat, 21 Jan 2023 20:03:04 +0000 (21:03 +0100)
Makefile

index 35e642f382ccd338b141af6286ced60ae844201f..82c630dcf22e7155060769a02f1276cedb10d17b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ options-show:
 
 embed_gw:
        touch src/main.c
-       mkdir embed
+       mkdir -p embed
        bash scripts/gw_embed.sh ${GWION_EMBED_GW} > src/embed.c
        CFLAGS="-DGWION_EMBED_GW -Iembed $(eval ${CFLAGS})" ${MAKE}
        rm -rf embed src/embed.c