From 032860a5a8d66d59aa91540190c4d8556f420a79 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Sun, 30 Mar 2025 21:05:00 +0200 Subject: [PATCH] Removing -j numcores --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39ed0153..b762bb55 100644 --- a/Makefile +++ b/Makefile @@ -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 -- GitLab