Files
Timer/Makefile.conf
T
2020-08-25 09:33:00 +02:00

20 lines
281 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
TARGETS += Timer.a
TARGETS += test