aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-20 19:23:58 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-20 19:23:58 +0800
commit2a78b8cbaaf9580eb0c76221c0a671bb95a95374 (patch)
treedf6c61930939e32a6a0809666e0e950dd2b5dfa4 /Makefile
parentb788c11278eb77d5fe402fd7150794cac0a4948b (diff)
Delete .pyc files in the make clean target.
Diffstat (limited to 'Makefile')
-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