summaryrefslogtreecommitdiff
path: root/host/Makefile
diff options
context:
space:
mode:
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