Files
Http/Makefile.conf
T

18 lines
208 B
Makefile

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