Fix the 'clean' build target to delete binaries.
This commit is contained in:
parent
e888879e9c
commit
41e008b87d
@ -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…
Reference in New Issue
Block a user