X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/48400df13c7f9f4f0fd8e7f841d49f9502557cb1..88051e78a281f5776538558aec113ff2b66e056c:/Demos/makefile diff --git a/Demos/makefile b/Demos/makefile index 2fd957a36..8f441461a 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -58,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 @@ -102,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 $@