Refactor wasm_build/Makefile
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 19s

This commit is contained in:
Stephen Seo 2023-08-18 15:23:50 +09:00
parent 1e38e735b0
commit b885b869cb

View file

@ -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 $@ $<