Refactor wasm_build/Makefile
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 19s
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 19s
This commit is contained in:
parent
1e38e735b0
commit
b885b869cb
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ format:
|
|||
.SECONDEXPANSION:
|
||||
|
||||
${OBJDIR}/%.cc.o: $$(subst PREVDIR,..,%.cc) ${HEADERS}
|
||||
@mkdir -p "${OBJDIR}/$(dir $(subst ..,PREVDIR,$<))"
|
||||
@mkdir -p "$(dir $@)"
|
||||
${CXX} -std=c++20 -I../wasm_include -c ${OTHER_FLAGS} -o $@ $<
|
||||
|
|
Loading…
Reference in a new issue