From a3737f12adae1ad6ae1b2aebb663de4e58daecec Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 28 Dec 2008 05:09:38 +0000 Subject: Makefile fix for clean target --- util-src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util-src/Makefile') diff --git a/util-src/Makefile b/util-src/Makefile index 18e1e78d..1c6715a8 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -16,6 +16,7 @@ install: encodings.so hashes.so pposix.so clean: + rm -f *.o rm -f *.so rm -f ../util/*.so -- cgit v1.2.3