Files
Network/Makefile.conf

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