Update Makefiles
This commit is contained in:
+4
-7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user