Skip to content

Commit

Permalink
Add arduino target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Craggs committed Sep 16, 2014
1 parent d615bbc commit 7fe1a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
18 changes: 0 additions & 18 deletions MQTTPacket/src/TEST-test1.xml

This file was deleted.

4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ uninstall:

html:

ARDUINO_LIB_FILES = MQTTClient/src/*.h MQTTClient/src/arduino/*.h $(srcdir)/*

arduino: mkdir
zip ${blddir}/arduino -j $(ARDUINO_LIB_FILES)

endif

Expand Down

0 comments on commit 7fe1a93

Please sign in to comment.