
# Copy corresponding files from main c code directory

SRC=../c
LIB=MQTT_UDP/
#FILES=mqtt_udp.h mqtt_udp_local.h mqtt_udp_send.c
FILES=mqtt_udp.h mqtt_udp_defs.h mqtt_udp_send.c

SRCFILES += $(patsubst %,$(SRC)/%,$(FILES))


all:
	echo -------------- TODO -----------------------
# do not copy - ther're changed too much, need test first
#	cp $(SRCFILES) $(LIB)

# TODO
# arduino --verify UdpPublish_MQTT.ino 

# see https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc
