diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 13:41:37 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 13:41:37 +0000 |
commit | 3ee3ed2d6d3edc18183355abf33d50e14723ff06 (patch) | |
tree | 0ec974a0581c245fe0f6d432406ae6255e62ab65 /Demos/Host/LowLevel/makefile | |
parent | 2a90f66de211627f957c582e8277b7b7e2a940d4 (diff) | |
download | lufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.tar.gz lufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.tar.bz2 lufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.zip |
Add PrinterHost to the project file and Host LowLevel directory makefile.
Diffstat (limited to 'Demos/Host/LowLevel/makefile')
-rw-r--r-- | Demos/Host/LowLevel/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile index 82661fffc..d118a25c8 100644 --- a/Demos/Host/LowLevel/makefile +++ b/Demos/Host/LowLevel/makefile @@ -32,6 +32,9 @@ all: make -C MouseHostWithParser clean make -C MouseHostWithParser all + make -C PrinterHost clean + make -C PrinterHost all + make -C StillImageHost clean make -C StillImageHost all @@ -43,4 +46,5 @@ all: make -C MassStorageHost $@ make -C MouseHost $@ make -C MouseHostWithParser $@ + make -C PrinterHost $@ make -C StillImageHost $@ |