mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
make -j NPROC
This commit is contained in:
parent
32ce5e46d0
commit
17ee86908f
@ -13,7 +13,7 @@ all_clean:
|
||||
@for i in $(ALL_MODULES) ; do cd $$i ; make veryclean ; make clean_links ; cd .. ; done
|
||||
|
||||
$(ALL_MODULES): FORCE
|
||||
cd $@ ; $(MAKE)
|
||||
cd $@ ; make -j $$(cat /proc/cpuinfo | grep MHz | wc -l)
|
||||
|
||||
executables: $(ALL_MODULES)
|
||||
rm -f executables ; \
|
||||
|
Loading…
Reference in New Issue
Block a user