aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a4bd84..b35209a 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ clean:
rm -f events.o
rm -f callbacks.o
rm -f inspector.o
+ find examples/ -name "*.pyc" -exec rm {} +
cd ./tests/; $(MAKE) clean
install: install-uzbl-core install-uzbl-browser install-uzbl-tabbed