X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/cb779e3d7d32d7c43e0a45bb526de0a04135b0c7..279e1b6ece7fbc90db6cb642f1c289b45648cf9c:/Demos/Device/ClassDriver/makefile diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 005b2332f..97194a7aa 100644 --- a/Demos/Device/ClassDriver/makefile +++ b/Demos/Device/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2010. +# Copyright (C) Dean Camera, 2011. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -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