Skip to content

Commit

Permalink
Generate Legion docs from stable branch (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored Aug 8, 2024
1 parent 5fa1ea6 commit d88814a
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 @@ -58,7 +58,7 @@ messages: legion

.PHONY: legion
legion:
@if [ -d _legion ]; then git -C _legion pull --ff-only; else git clone -b master https://github.com/StanfordLegion/legion.git _legion; fi
@if [ -d _legion ]; then git -C _legion pull --ff-only; else git clone -b stable https://github.com/StanfordLegion/legion.git _legion; fi

.PHONY: manual
manual:
Expand Down

0 comments on commit d88814a

Please sign in to comment.