mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-27 05:12:12 +03:00
Fix the 'clean' build target to delete binaries.
This commit is contained in:
parent
e888879e9c
commit
41e008b87d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue