diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-03-17 12:58:15 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-03-17 12:58:15 +0000 |
| commit | dc026549bd18742e7e5a997ee057351625572709 (patch) | |
| tree | e5f473aab4a990f4f63f14b4bbfc2215c6249ce7 /Demos/makefile | |
| parent | 2f86bc7d50c1e78ccf3af2a0290d20ae3a6cb054 (diff) | |
Incomplete non-functional BluetoothHost demo removed until it has reached a stable state to prevent confusion.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@466 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/makefile')
| -rw-r--r-- | Demos/makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Demos/makefile b/Demos/makefile index 333519f2..b53d81cd 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -20,9 +20,6 @@ all: make -C AudioOutput clean make -C AudioOutput all - make -C BluetoothHost clean - make -C BluetoothHost all - make -C CDC clean make -C CDC all @@ -98,7 +95,6 @@ all: %: make -C AudioInput $@ make -C AudioOutput $@ - make -C BluetoothHost $@ make -C CDC $@ make -C CDCHost $@ make -C DualCDC $@ |
