X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/904ad3abd2df55b8f7da2ab84cee13f087386958..48400df13c7f9f4f0fd8e7f841d49f9502557cb1:/Demos/makefile?ds=sidebyside diff --git a/Demos/makefile b/Demos/makefile index b53d81cdb..2fd957a36 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 @@ -101,8 +95,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 $@