Makefile.conf 247 B

123456789101112131415161718
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += Logging
  5. LIBRARIES += Utilities
  6. CFLAGS += -Wno-deprecated-declarations
  7. CFLAGS += -I$(ROOTPATH)/Libraries/asio/include
  8. LFLAGS += -pthread
  9. DEBUGDIR := .debug
  10. DEFAULTARCH := any
  11. TARGETS += Http.a
  12. TARGETS += test