Update Makefiles

This commit is contained in:
2020-08-25 09:20:20 +02:00
parent 99a0e38e6e
commit 232ebb7600
4 changed files with 11 additions and 21 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 += -lColor
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
LIBRARIES += Utilities
DEBUGDIR := .debug
TARGETS += Color.a