You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(error "No rust compiler (cargo) in path, please install. See https://rustup.rs/ , or run the following command: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh")
endif
all:
cd rust && cargo build --release --bins
clean:
cd rust && cargo clean
doc:
../../gap -A -q -r --quitonbreak makedoc.g
# We should really go and find gap 'properly', but this is just for doc building