14 lines
149 B
Makefile
14 lines
149 B
Makefile
#
|
|
# Makefile.conf
|
|
#
|
|
|
|
LIBRARIES += Logging
|
|
|
|
CFLAGS += -I$(ROOTPATH)/Libraries/SimpleSignal
|
|
|
|
DEBUGDIR := .debug
|
|
|
|
DEFAULTARCH := any
|
|
TARGETS += MQTT.a
|
|
|