Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed May 12, 2024
1 parent 2112ca0 commit 73a22b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ $(bootfile): $(psboot) $(csboot) shen-scheme.scm src/* $(compiled_dir)/*.scm
ifeq ($(os), windows)
echo '(make-boot-file "$(bootfile)" (list) "$(psboot)" "$(csboot)" "shen-scheme.scm")' | cmd.exe /C "$(scmexe)" -q -b "$(psboot)" -b "$(csboot)"
pwd
ls _build
ls _build/lib
ls _build/lib/shen-scheme
ls "$(bootfile)"
else
echo '(make-boot-file "$(bootfile)" (list) "$(psboot)" "$(csboot)" "shen-scheme.scm")' | "$(scmexe)" -q -b "$(psboot)" -b "$(csboot)"
Expand Down

0 comments on commit 73a22b7

Please sign in to comment.