Make xmclib dir universal

This commit is contained in:
GHOSCHT 2024-11-02 17:49:14 +01:00
parent ad1ce76549
commit 8ee563092e
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -14,7 +14,7 @@ LIBLNK =
# Change this line if the path to your XMC-Library differs, it will be overwritten before grading to # 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. # match the system the grading is performed on.
XMC_LIBDIR = /home/ghoscht/Coding/embedded/ccu/xmclib/ XMC_LIBDIR = ./xmclib
# Language dialect # Language dialect
SCFLAGS = -std=gnu99 SCFLAGS = -std=gnu99