mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
add comment
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,5 @@
|
|||||||
#
|
#
|
||||||
# GNUMakefile for EMS-ESP
|
# GNUMakefile for EMS-ESP
|
||||||
# This is mainly used to generate the .o files for SonarQube analysis
|
|
||||||
#
|
#
|
||||||
|
|
||||||
_mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
_mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||||
@@ -20,6 +19,7 @@ C = $(words $N)$(eval N := x $N)
|
|||||||
ECHO = python $(I)/echo_progress.py --stepno=$C --nsteps=$T
|
ECHO = python $(I)/echo_progress.py --stepno=$C --nsteps=$T
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# number of parallel compiles
|
||||||
JOBS ?= $(shell nproc)
|
JOBS ?= $(shell nproc)
|
||||||
MAKEFLAGS += -j $(JOBS) -l $(JOBS)
|
MAKEFLAGS += -j $(JOBS) -l $(JOBS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user