Skip to content

Commit

Permalink
Make clean now removes debug libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
edrosten committed Feb 25, 2008
1 parent 88d3b91 commit 9da6b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -406,7 +406,7 @@ install-libs-debug:$(dsoname) libcvd_debug.a


clean:
/bin/rm -f tmp libcvd.a $(sos)
/bin/rm -f tmp libcvd.a $(sos) libcvd_debug.a $(dsos)
find . -name '*.o' | xargs rm -f
find progs/ -perm +0100 -type f | xargs rm -f
rm -rf html man
Expand Down

0 comments on commit 9da6b7c

Please sign in to comment.