diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-18 10:31:55 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-18 10:31:55 +0000 |
| commit | 963e8bc1768504ca7770fa2c58a1acd105105342 (patch) | |
| tree | b76827a0467c77ddeb30e11748c02a4f53779a14 /Projects/makefile | |
| parent | abec9878c9d66c0026e368d5404e5869e3ec58f4 (diff) | |
Break device mode class driver interfaces into seperate config and state structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@609 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/makefile')
| -rw-r--r-- | Projects/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/makefile b/Projects/makefile index 34764b9f..2212bcb4 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -17,8 +17,8 @@ all: make -C Magstripe clean make -C Magstripe all - make -C MissleLauncher clean - make -C MissleLauncher all + make -C MissileLauncher clean + make -C MissileLauncher all %: make -C Magstripe $@ |
