Skip to content

Commit

Permalink
Update target.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
  • Loading branch information
ianfhunter authored Mar 30, 2024
1 parent dfd8801 commit 50f48a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif


.PHONY: javascript
javascript: clean yacc lex
javascript: clean yacc lex pcg
mkdir -p build/js/
emcc $(JS_OPT) $(CFILES) \
$(CFLAGS) \
Expand All @@ -27,7 +27,7 @@ js: javascript
clean_js:
rm -rf build/js

jsweb: clean yacc lex
jsweb: clean yacc lex pcg
mkdir -p build/jsweb
emcc \
$(CFILES) \
Expand Down

0 comments on commit 50f48a6

Please sign in to comment.