Browse Source

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

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

Closes #127

See merge request redox-os/relibc!158
jD91mZM2 6 years ago
parent
commit
fc910d4157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@ SRC=\
 
 .PHONY: all clean fmt install libc libm test
 
-all: libc libm
+all: | libc libm
 
 clean:
 	cargo clean