Skip to content

Commit f1417e2

Browse files
hfuruhyc
authored andcommitted
make clean: remove *.lo
1 parent dcccd8a commit f1417e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/liblmdb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS)
4141
for f in $(IDOCS); do cp $$f $(DESTDIR)$(prefix)/man/man1; done
4242

4343
clean:
44-
rm -rf $(PROGS) *.[ao] *.so *~ testdb
44+
rm -rf $(PROGS) *.[ao] *.[ls]o *~ testdb
4545

4646
test: all
4747
rm -rf testdb && mkdir testdb

0 commit comments

Comments
 (0)