make clean: remove *.lo

vl32b
Hallvard Furuseth 10 years ago
parent cccc947b4a
commit 6c71173258
  1. 2
      libraries/liblmdb/Makefile

@ -41,7 +41,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS)
for f in $(IDOCS); do cp $$f $(DESTDIR)$(prefix)/man/man1; done
clean:
rm -rf $(PROGS) *.[ao] *.so *~ testdb
rm -rf $(PROGS) *.[ao] *.[ls]o *~ testdb
test: all
rm -rf testdb && mkdir testdb

Loading…
Cancel
Save