Makefile.conf 192 B

12345678910111213141516
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += Logging
  5. LIBRARIES += Utilities
  6. CFLAGS += -I$(ROOTPATH)/Libraries/asio/include
  7. LFLAGS += -pthread
  8. DEBUGDIR := .debug
  9. TARGETS += Network.a
  10. TARGETS += test