Skip to content

Commit

Permalink
Re-run bootstrap.sh if it changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 21, 2025
1 parent 574d33f commit fa2af76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.posix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config.jou:
echo "def get_jou_clang_path() -> byte*:" >> config.jou
echo " return \"$(CC)\"" >> config.jou

jou_bootstrap:
jou_bootstrap: bootstrap.sh
./bootstrap.sh

jou: jou_bootstrap config.jou $(wildcard compiler/*.jou compiler/*/*.jou)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config.jou:
echo "def get_jou_clang_path() -> byte*:" >> config.jou
echo " return NULL" >> config.jou

jou_bootstrap.exe:
jou_bootstrap.exe: bootstrap.sh
./bootstrap.sh

jou.exe: jou_bootstrap.exe config.jou $(wildcard compiler/*.jou compiler/*/*.jou)
Expand Down

0 comments on commit fa2af76

Please sign in to comment.