Skip to content

Commit

Permalink
formatting files
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Dec 1, 2024
1 parent e93a8e5 commit fa80dd8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tools/makem.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,17 @@ function clean_builds() {
}

const compile_arlib = format(
EMCC + " " + INCLUDES + " " + ar_sources.join(" ") + FLAGS + " " + ZLIB_FLAG + " " + DEFINES + " -r -o {OUTPUT_PATH}libar.o ",
EMCC +
" " +
INCLUDES +
" " +
ar_sources.join(" ") +
FLAGS +
" " +
ZLIB_FLAG +
" " +
DEFINES +
" -r -o {OUTPUT_PATH}libar.o ",
OUTPUT_PATH,
);

Expand Down

0 comments on commit fa80dd8

Please sign in to comment.