Skip to content

Commit 07e951f

Browse files
committed
Clean more thoroughly on Linux.
1 parent 989e219 commit 07e951f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ valgrind: ${THE_TESTS}
4646
${SILENT}valgrind --leak-check=full --show-leak-kinds=all ./${THE_TESTS}
4747

4848
clean:
49-
${SILENT}rm -f .has_* *.o *.a *.lo *.la *.so *.dylib ${THE_TESTS} ${THE_LIBRARY} ${THE_PROGRAM}
49+
${SILENT}rm -f .has_* *.o *.a *.lo *.la *.so *.so.* *.dylib ${THE_TESTS} ${THE_LIBRARY} ${THE_PROGRAM}
5050
${SILENT}rm -rf *.dSYM .libs
5151

5252
modules: graph_cairo.so graph_gd.so graph_imlib2.so

0 commit comments

Comments
 (0)