X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..43b9d552bb0a32c5cd5f9fa72a8cb3c871ad5ef3:/Bootloaders/makefile diff --git a/Bootloaders/makefile b/Bootloaders/makefile index 638cdc170..ed855ce6a 100644 --- a/Bootloaders/makefile +++ b/Bootloaders/makefile @@ -1,9 +1,9 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2010. -# +# Copyright (C) Dean Camera, 2011. +# # dean [at] fourwalledcubicle [dot] com -# www.fourwalledcubicle.com +# www.lufa-lib.org # # Makefile to build all the LUFA USB Bootloaders. Call with "make all" to @@ -19,11 +19,8 @@ all: $(MAKE) -C CDC clean $(MAKE) -C CDC all - - $(MAKE) -C TeensyHID clean - $(MAKE) -C TeensyHID all %: $(MAKE) -C DFU $@ $(MAKE) -C CDC $@ - $(MAKE) -C TeensyHID $@ +