Skip to content
Snippets Groups Projects
Commit fc910d41 authored by jD91mZM2's avatar jD91mZM2
Browse files

Merge branch 'fix-parallel-builds' into 'master'

Turn the libc and libm rules into 'order-only' prequisites

Closes #127

See merge request !158
parents f6b36484 cb046c78
No related branches found
No related tags found
1 merge request!158Turn the libc and libm rules into 'order-only' prequisites
Pipeline #846 passed with warnings
...@@ -22,7 +22,7 @@ SRC=\ ...@@ -22,7 +22,7 @@ SRC=\
.PHONY: all clean fmt install libc libm test .PHONY: all clean fmt install libc libm test
all: libc libm all: | libc libm
clean: clean:
cargo clean cargo clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment