Makefile.conf 281 B

12345678910111213141516171819
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += Logging
  5. LIBRARIES += Utilities
  6. LIBRARIES += DateTime
  7. CFLAGS += -I$(ROOTPATH)/Libraries/asio/asio/include
  8. CFLAGS += -I$(ROOTPATH)/Libraries/SimpleSignal
  9. LFLAGS += -lcurl
  10. LFLAGS += -pthread
  11. DEBUGDIR := .debug
  12. TARGETS += Timer.a
  13. TARGETS += test