[project] Build in parallel (#2784)

pull/2785/head
Edgar Aroutiounian 5 years ago committed by GitHub
parent 0bacc9e769
commit 81c827e357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Makefile

@ -12,8 +12,8 @@ all: libs
./scripts/go_executable_build.sh
libs:
make -C $(TOP)/mcl
make -C $(TOP)/bls BLS_SWAP_G=1
make -C $(TOP)/mcl -j8
make -C $(TOP)/bls BLS_SWAP_G=1 -j8
exe:
./scripts/go_executable_build.sh
@ -25,6 +25,6 @@ test:
./test/debug.sh
linux_static:
make -C $(TOP)/mcl
make -C $(TOP)/bls minimised_static BLS_SWAP_G=1
make -C $(TOP)/mcl -j8
make -C $(TOP)/bls minimised_static BLS_SWAP_G=1 -j8
./scripts/go_executable_build.sh -s

Loading…
Cancel
Save