From 10c1657c30594bcf8c0bf88851330264f9a7eed7 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sun, 3 Jul 2011 03:26:02 +0000 Subject: add new .o files to 'make clean' --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25991b8..fa765a5 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,11 @@ clean: rm -f inspector.o rm -f cookie-jar.o rm -f util.o + rm -f commands.o + rm -f io.o + rm -f menu.o + rm -f status-bar.o + rm -f variables.o find ./examples/ -name "*.pyc" -delete cd ./tests/; $(MAKE) clean rm -rf ./sandbox/ -- cgit v1.2.3