mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
make clean: remove *.lo
This commit is contained in:
parent
dcccd8a89a
commit
f1417e2634
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue