18 lines
211 B
Makefile
18 lines
211 B
Makefile
#
|
|
# Makefile.conf
|
|
#
|
|
|
|
LIBRARIES += Logging
|
|
LIBRARIES += Utilities
|
|
|
|
CFLAGS += -I$(ROOTPATH)/Libraries/asio/include
|
|
|
|
LFLAGS += -pthread
|
|
|
|
DEBUGDIR := .debug
|
|
|
|
DEFAULTARCH := any
|
|
TARGETS += Network.a
|
|
TARGETS += test
|
|
|