Fix the 'clean' build target to delete binaries.

This commit is contained in:
Jason Evans 2009-12-29 00:09:15 -08:00
parent e888879e9c
commit 41e008b87d

View File

@ -88,6 +88,7 @@ done
check:
clean:
rm -f $(BINS)
rm -f @objroot@src/*.o
rm -f @objroot@lib/libjemalloc.so
rm -f @objroot@lib/libjemalloc.so.$(REV)