aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/libvchan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libvchan/Makefile b/tools/libvchan/Makefile
index 3896ac1bd5..d768df46ce 100644
--- a/tools/libvchan/Makefile
+++ b/tools/libvchan/Makefile
@@ -52,7 +52,7 @@ install: all
.PHONY: clean
clean:
- $(RM) -f *.o *.so* *.a vchan-node1 vchan-node2 $(DEPS)
+ $(RM) -f *.o *.opic *.so* *.a vchan-node1 vchan-node2 $(DEPS)
distclean: clean