Skip to content
Snippets Groups Projects
Commit 270e366e authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Add MAKEFLAGS to COMMON_MARK_ARGS

to allow for e.g. "make VERBOSE=1"
parent 5b251844
No related branches found
No related tags found
No related merge requests found
.PHONY: all clean dependencies distclean doc full release relwithdebug reldebug debug stresstest test .PHONY: all clean dependencies distclean doc full release relwithdebug reldebug debug stresstest test
NPROC := $(shell nproc) NPROC := $(shell nproc)
COMMON_MAKE_ARGS := -j $(NPROC) -l $(NPROC) COMMON_MAKE_ARGS := -j $(NPROC) -l $(NPROC) $(MAKEFLAGS)
all: release all: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment