Skip to content

Commit

Permalink
src/Makefile.am: Simplify clean of leveldb
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Nov 28, 2013
1 parent a26a367 commit 26d1b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,4 @@ EXTRA_DIST = leveldb Makefile.include

clean-local:
-$(MAKE) -C leveldb clean
rm -f leveldb/port/*.gcno leveldb/db/*.gcno leveldb/table/*.gcno leveldb/helpers/*.gcno
rm -f leveldb/util/*.gcno leveldb/helpers/memenv/*.gcno
rm -f leveldb/*/*.gcno leveldb/helpers/memenv/*.gcno

0 comments on commit 26d1b65

Please sign in to comment.