X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8:/Bootloaders/makefile diff --git a/Bootloaders/makefile b/Bootloaders/makefile index 638cdc170..b3a900a88 100644 --- a/Bootloaders/makefile +++ b/Bootloaders/makefile @@ -1,9 +1,9 @@ # # LUFA Library # Copyright (C) Dean Camera, 2010. -# +# # 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 $@ +