Skip to content

Commit

Permalink
Updating: very very minorly
Browse files Browse the repository at this point in the history
  • Loading branch information
githwxi committed Jan 21, 2025
1 parent 1a999c2 commit def4d68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contrib/githwxi/BOOTJS1/Makefile_xjsemit
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,16 @@ lexing0_mymap0_dats
lexing0_mymap0_dats: \
$(SRCGEN2)/DATS/lexing0_mymap0.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
boot_dats:: \
lexing0_utils1_dats
lexing0_utils1_dats: \
$(SRCGEN2)/DATS/lexing0_utils1.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
boot_dats:: \
lexing0_utils2_dats
lexing0_utils2_dats: \
$(SRCGEN2)/DATS/lexing0_utils2.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< > BUILD/$@_out.js
########################################################################
clean:: ; rm -f *~
cleanall:: ; rm -f *~
Expand Down Expand Up @@ -290,6 +300,8 @@ cleanall:: ; rm -f BUILD/lexing0_print0_dats_out.js
cleanall:: ; rm -f BUILD/lexing0_token0_dats_out.js
cleanall:: ; rm -f BUILD/lexing0_kword0_dats_out.js
cleanall:: ; rm -f BUILD/lexing0_mymap0_dats_out.js
cleanall:: ; rm -f BUILD/lexing0_utils1_dats_out.js
cleanall:: ; rm -f BUILD/lexing0_utils2_dats_out.js
########################################################################
########################################################################
SRCGEN2_XSHARED=$(SRCGEN2)/xats2js/srcgenx/xshared/runtime
Expand Down

0 comments on commit def4d68

Please sign in to comment.