Skip to content
Snippets Groups Projects
Commit 20141dc3 authored by Goik Martin's avatar Goik Martin
Browse files

Makefile missing space added

parent cf7dc2bc
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ numCores=$(shell nproc --all)
DOCMODULES = Sd1 Sda1 Sda2
doc:
cd Doc;$(MAKE) -j ${numCores}all
cd Doc;$(MAKE) -j ${numCores} all
all:doc
mvn --fail-at-end install || exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment