diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-18 05:34:11 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-18 05:34:11 +0000 |
commit | 901e26edd893a73ac38bdf95a7a72c48bdc1d07b (patch) | |
tree | f070419a345a738975a46bbd55aac156b303d0cf /Projects/LEDNotifier/makefile | |
parent | 12abb59b19f09c83647b1b4a6f509de5b0f6cc0e (diff) | |
download | lufa-901e26edd893a73ac38bdf95a7a72c48bdc1d07b.tar.gz lufa-901e26edd893a73ac38bdf95a7a72c48bdc1d07b.tar.bz2 lufa-901e26edd893a73ac38bdf95a7a72c48bdc1d07b.zip |
Add LEDNotifier project to the Projects folder build list. Add new LEDMixer C# host application for the LEDNotifier project.
Diffstat (limited to 'Projects/LEDNotifier/makefile')
-rw-r--r-- | Projects/LEDNotifier/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile index 22eb687ea..22a62b5e3 100644 --- a/Projects/LEDNotifier/makefile +++ b/Projects/LEDNotifier/makefile @@ -102,7 +102,7 @@ FORMAT = ihex # Target file name (without extension).
-TARGET = HotmailNotifier
+TARGET = LEDNotifier
# Object files directory
|