mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
ced74d68f6
the current Makefile does not use the special `$(MAKE)` command, instead `make` is hard coded. This prevents the use of the `-j` flag, making the build slow. Signed-off-by: Muhammad El-Hindi <muhammad.el-hindi@cs.tu-darmstadt.com>