diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-28 05:09:38 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-28 05:09:38 +0000 |
commit | a3737f12adae1ad6ae1b2aebb663de4e58daecec (patch) | |
tree | e8da71ba45cd682e7667cd006d7c57f16e97c41c | |
parent | fd94e50b279c9a3c0b6664b5d716b4defcc13ebd (diff) | |
download | prosody-a3737f12adae1ad6ae1b2aebb663de4e58daecec.tar.gz prosody-a3737f12adae1ad6ae1b2aebb663de4e58daecec.zip |
Makefile fix for clean target
-rw-r--r-- | util-src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |