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 73a22b7 commit beeed35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ endif
$(bootfile): $(psboot) $(csboot) shen-scheme.scm src/* $(compiled_dir)/*.scm
mkdir -p $(build_dir)/lib/shen-scheme
ifeq ($(os), windows)
echo '(make-boot-file "$(bootfile)" (list) "$(psboot)" "$(csboot)" "shen-scheme.scm")' | cmd.exe /C "$(scmexe)" -q -b "$(psboot)" -b "$(csboot)"
echo '(make-boot-file "$(bootfile)" (list) "$(psboot)" "$(csboot)" "shen-scheme.scm")' | "$(scmexe)" -q -b "$(psboot)" -b "$(csboot)"
pwd
ls _build
ls _build/lib
Expand Down

0 comments on commit beeed35

Please sign in to comment.