From 2a78b8cbaaf9580eb0c76221c0a671bb95a95374 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Fri, 20 Nov 2009 19:23:58 +0800 Subject: Delete .pyc files in the make clean target. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3