From 88051e78a281f5776538558aec113ff2b66e056c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 19 Mar 2009 14:16:12 +0000 Subject: Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo. Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns. --- Demos/makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to '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 $@ -- cgit v1.2.3