Skip to content
Snippets Groups Projects
Commit f1417e26 authored by Hallvard Furuseth's avatar Hallvard Furuseth Committed by Howard Chu
Browse files

make clean: remove *.lo

parent dcccd8a8
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS) ...@@ -41,7 +41,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS)
for f in $(IDOCS); do cp $$f $(DESTDIR)$(prefix)/man/man1; done for f in $(IDOCS); do cp $$f $(DESTDIR)$(prefix)/man/man1; done
clean: clean:
rm -rf $(PROGS) *.[ao] *.so *~ testdb rm -rf $(PROGS) *.[ao] *.[ls]o *~ testdb
test: all test: all
rm -rf testdb && mkdir testdb rm -rf testdb && mkdir testdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment