summaryrefslogtreecommitdiff
path: root/host/Makefile
diff options
context:
space:
mode:
authormeri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-04-10 22:32:08 +0000
committermeri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-04-10 22:32:08 +0000
commit744b5882914cda63347d8d2109430f62f0e74dbc (patch)
treebf477bfaaa3bdd500dc058e0fd8af331afe1185a /host/Makefile
parente73b417c526bc32355487544b92db058459a5619 (diff)
opcd_presence: fixed copyright
git-svn-id: https://svn.openpcd.org:2342/trunk@308 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'host/Makefile')
-rw-r--r--host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Makefile b/host/Makefile
index 8d27808..89aa72c 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -5,7 +5,7 @@ CFLAGS=-Wall -I../firmware/include
all: opcd_presence opcd_test opcd_sh
clean:
- -rm -f *.o opcd_test
+ -rm -f *.o opcd_test opcd_sh opcd_presence
$(MAKE) -C ausb clean
ausb/libausb.a:
personal git repositories of Harald Welte. Your mileage may vary