X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/904ad3abd2df55b8f7da2ab84cee13f087386958..ee7bd5685e000b3a128069fd75d436c653ab54b2:/Demos/makefile diff --git a/Demos/makefile b/Demos/makefile index b53d81cdb..8f441461a 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -38,12 +38,6 @@ all: make -C Keyboard clean make -C Keyboard all - make -C KeyboardFullInt clean - make -C KeyboardFullInt all - - make -C KeyboardViaInt clean - make -C KeyboardViaInt all - make -C KeyboardHost clean make -C KeyboardHost all @@ -64,12 +58,6 @@ all: make -C Mouse clean make -C Mouse all - - make -C MouseFullInt clean - make -C MouseFullInt all - - make -C MouseViaInt clean - make -C MouseViaInt all make -C MouseHost clean make -C MouseHost all @@ -101,8 +89,6 @@ all: make -C Joystick $@ make -C KeyboardMouse $@ make -C Keyboard $@ - make -C KeyboardFullInt $@ - make -C KeyboardViaInt $@ make -C KeyboardHost $@ make -C KeyboardHostWithParser $@ make -C KeyboardHostViaInt $@ @@ -110,8 +96,6 @@ all: make -C MassStorageHost $@ make -C MIDI $@ make -C Mouse $@ - make -C MouseFullInt $@ - make -C MouseViaInt $@ make -C MouseHost $@ make -C MouseHostWithParser $@ make -C MouseHostViaInt $@