Skip to content

Commit

Permalink
this better?
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 28, 2025
1 parent a50e229 commit 55d4c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ for i in ${!commits[@]}; do

if [ $i == 0 ]; then
# Only build the compiler written in C (jou_stage1.exe)
(cd $folder && make jou_stage1$exe_suffix && mv -v jou_stage1$exe_suffix jou$exe_suffix)
(cd $folder && $make jou_stage1$exe_suffix && mv -v jou_stage1$exe_suffix jou$exe_suffix)
else
cp $(folder_of_commit $((i-1)))/jou$exe_suffix $folder/jou_bootstrap$exe_suffix
# 'touch' convinces make that jou_bootstrap(.exe) is usable as is, and does
Expand Down

0 comments on commit 55d4c59

Please sign in to comment.