From 8ee563092e1ea9bce037f08a002cc09563fa5821 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:49:14 +0100 Subject: [PATCH] Make xmclib dir universal --- student.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/student.mk b/student.mk index cc45363..7b3d765 100755 --- a/student.mk +++ b/student.mk @@ -14,7 +14,7 @@ LIBLNK = # Change this line if the path to your XMC-Library differs, it will be overwritten before grading to # match the system the grading is performed on. -XMC_LIBDIR = /home/ghoscht/Coding/embedded/ccu/xmclib/ +XMC_LIBDIR = ./xmclib # Language dialect SCFLAGS = -std=gnu99