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

Removing -j numcores

parent 522a5d2b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH)))
doc:
cd Doc;$(MAKE) -j ${numCores} all
cd Doc;$(MAKE) all
exam:
cd Klausuren/Sd1;$(MAKE) -j ${numCores} all
......
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