| 1234567891011121314151617181920 |
- #
- # 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
|