summaryrefslogtreecommitdiffstats
path: root/commandline/Makefile
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-30 13:02:16 +1000
committerJenna Fox <a@creativepony.com>2012-09-30 13:02:16 +1000
commit5fb104891a4679c449568597d043734ceb9339ec (patch)
tree3b49398c0eb09cf26cc3da818e11b63d43336fc3 /commandline/Makefile
parentb5632254e453044e12ab3770f3f53dae2069437a (diff)
downloadmicronucleus-5fb104891a4679c449568597d043734ceb9339ec.tar.gz
micronucleus-5fb104891a4679c449568597d043734ceb9339ec.tar.bz2
micronucleus-5fb104891a4679c449568597d043734ceb9339ec.zip
Revised Ihsan's cli upload tool to be more future proof, and take away parts of api which allow risky writing strategies.
Diffstat (limited to 'commandline/Makefile')
-rw-r--r--commandline/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/commandline/Makefile b/commandline/Makefile
index 3c5f255..02da2f9 100644
--- a/commandline/Makefile
+++ b/commandline/Makefile
@@ -26,7 +26,7 @@ LIBS = $(USBLIBS)
INCLUDE = library
CFLAGS = $(USBFLAGS) $(LIBS) -I$(INCLUDE) -O -g $(OSFLAG)
-LWLIBS = opendevice micronucleus_lib littleWire_util
+LWLIBS = micronucleus_lib littleWire_util
EXAMPLES = micronucleus
.PHONY: clean library