Files
Http/Makefile.conf
T
2020-08-25 09:21:23 +02:00

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