17 lines
189 B
Makefile
17 lines
189 B
Makefile
#
|
|
# Makefile.conf
|
|
#
|
|
|
|
LIBRARIES += Logging
|
|
LIBRARIES += Utilities
|
|
|
|
CFLAGS += -I$(ROOTPATH)/Libraries/asio/include
|
|
|
|
LFLAGS += -pthread
|
|
|
|
DEBUGDIR := .debug
|
|
|
|
TARGETS += Http.a
|
|
TARGETS += test
|
|
|