Files
Network/Makefile.conf
T
2020-08-25 09:30:15 +02:00

17 lines
192 B
Makefile

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