We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989e219 commit 07e951fCopy full SHA for 07e951f
GNUmakefile
@@ -46,7 +46,7 @@ valgrind: ${THE_TESTS}
46
${SILENT}valgrind --leak-check=full --show-leak-kinds=all ./${THE_TESTS}
47
48
clean:
49
- ${SILENT}rm -f .has_* *.o *.a *.lo *.la *.so *.dylib ${THE_TESTS} ${THE_LIBRARY} ${THE_PROGRAM}
+ ${SILENT}rm -f .has_* *.o *.a *.lo *.la *.so *.so.* *.dylib ${THE_TESTS} ${THE_LIBRARY} ${THE_PROGRAM}
50
${SILENT}rm -rf *.dSYM .libs
51
52
modules: graph_cairo.so graph_gd.so graph_imlib2.so
0 commit comments