Update Makefiles
This commit is contained in:
+5
-7
@@ -2,12 +2,10 @@
|
||||
# Makefile.conf
|
||||
#
|
||||
|
||||
LFLAGS += -lLogging
|
||||
LFLAGS += -L$(ROOTPATH)/Libraries/Logging/lib/$(ARCH)
|
||||
CFLAGS += -I$(ROOTPATH)/Libraries/Logging/include
|
||||
|
||||
LFLAGS += -lUtilities
|
||||
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
|
||||
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
|
||||
LIBRARIES += Logging
|
||||
|
||||
DEBUGDIR := .debug
|
||||
|
||||
TARGETS += Utilities.a
|
||||
TARGETS += test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user