Files
Http/Makefile.conf
T
2025-01-16 14:54:35 +01:00

19 lines
247 B
Makefile

#
# Makefile.conf
#
LIBRARIES += Logging
LIBRARIES += Utilities
CFLAGS += -Wno-deprecated-declarations
CFLAGS += -I$(ROOTPATH)/Libraries/asio/include
LFLAGS += -pthread
DEBUGDIR := .debug
DEFAULTARCH := any
TARGETS += Http.a
TARGETS += test