Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Sep 29, 2024
2 parents b33f0ac + 33fc09c commit c61a64c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ $(info $(shell mkdir -p out))
default: pre-build twrlibex.js testex.wasm testex-a.wasm

pre-build:
$(MAKE) -C ../../source/

@if [ -d "../../source/" ]; then \
$(MAKE) -C ../../source/; \
else \
echo "Source Directory does not exist. Skipping source build step."; \
fi

twrlibex.js: index.html twrlibex.ts
tsc

Expand Down

0 comments on commit c61a64c

Please sign in to comment.