Update Makefiles

This commit is contained in:
2020-08-25 09:22:44 +02:00
parent 2a89cedc11
commit 64628e2845
4 changed files with 11 additions and 20 deletions
+4 -7
View File
@@ -2,12 +2,9 @@
# Makefile.conf
#
LFLAGS += -lUtilities
LFLAGS += -L$(ROOTPATH)/Libraries/Utilities/lib/$(ARCH)
CFLAGS += -I$(ROOTPATH)/Libraries/Utilities/include
LFLAGS += -lLogging
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
LIBRARIES += Utilities
DEBUGDIR := .debug
TARGETS += Logging.a