From 901e26edd893a73ac38bdf95a7a72c48bdc1d07b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 18 Dec 2009 05:34:11 +0000 Subject: Add LEDNotifier project to the Projects folder build list. Add new LEDMixer C# host application for the LEDNotifier project. --- Projects/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Projects/makefile') diff --git a/Projects/makefile b/Projects/makefile index 2f71dd60f..27a18c137 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -20,6 +20,9 @@ all: make -C Benito clean make -C Benito all + make -C LEDNotifier clean + make -C LEDNotifier all + make -C Magstripe clean make -C Magstripe all @@ -35,6 +38,7 @@ all: %: make -C AVRISP $@ make -C Benito $@ + make -C LEDNotifier $@ make -C Magstripe $@ make -C MissileLauncher $@ make -C USBtoSerial $@ -- cgit v1.2.3