Make xmclib dir universal
This commit is contained in:
parent
ad1ce76549
commit
8ee563092e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue