Files
Timer/Makefile.conf
T

21 lines
300 B
Makefile

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