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 18, 2025
1 parent fbd4c7f commit 957d55a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions contrib/githwxi/BOOTJS1/Makefile
25 changes: 25 additions & 0 deletions contrib/githwxi/BOOTJS1/Makefile_xjsemit
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
########################################################################
########################################################################
# Makefile for bootstrapping
########################################################################
########################################################################
CAT=cat
ECHO=echo
NODE=node
########################################################################
SRCGEN2=./../../../srcgen2
XATS2JS=./../../../srcgen2/xats2js
########################################################################
xbasics_dats: \
$(SRCGEN2)/DATS/xbasics.dats; \
$(NODE) --stack-size=4096 $(XATS2JS_JSEMIT00) $< >> $@_out.js
########################################################################
########################################################################
clean:: ; rm -f *~
cleanall:: ; rm -f *~
cleanall:: ; rm -f xbasics_dats_out.js
########################################################################
SRCGEN2_XSHARED=$(SRCGEN2)/xats2js/srcgenx/xshared/runtime
XATS2JS_JSEMIT00=$(XATS2JS)/srcgen1/UTIL/xats2js_jsemit00_dats.js
########################################################################
########################################################################

0 comments on commit 957d55a

Please sign in to comment.