X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5a4def747897c1c6ffbe465506d846c7c686d3e9..43b9d552bb0a32c5cd5f9fa72a8cb3c871ad5ef3:/Demos/Device/ClassDriver/makefile diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 38924273f..97194a7aa 100644 --- a/Demos/Device/ClassDriver/makefile +++ b/Demos/Device/ClassDriver/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 Device Demos. Call with "make all" to @@ -35,6 +35,9 @@ all: $(MAKE) -C KeyboardMouse clean $(MAKE) -C KeyboardMouse all + $(MAKE) -C KeyboardMouseMultiReport clean + $(MAKE) -C KeyboardMouseMultiReport all + $(MAKE) -C MassStorage clean $(MAKE) -C MassStorage all