diff options
Diffstat (limited to 'Demos/Host/ClassDriver/makefile')
| -rw-r--r-- | Demos/Host/ClassDriver/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 993fe8b59..730d28a78 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -18,8 +18,12 @@ all: make -C CDCHost all make -C MouseHost clean - make -C MouseHost all + make -C MouseHost all + make -C MassStorageHost clean + make -C MassStorageHost all + %: make -C CDCHost $@ make -C MouseHost $@ + make -C MassStorageHost $@ |
