We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8065b4b commit 367a629Copy full SHA for 367a629
1 file changed
GNUmakefile.in
@@ -104,6 +104,12 @@ endif
104
clean:
105
find . -name '*.gcda' -delete
106
107
+# Try to remove the DLL from both of the two places it might be found, as
108
+# described in the block of comments above. This is only relevant when using
109
+# Cygwin.
110
+ rm -f $(GAPPATH)/.libs/cygsemigroups*.dll
111
+ rm -f $(GAPPATH)/cygsemigroups*.dll
112
+
113
lint:
114
etc/gaplint.sh
115
etc/cpplint.sh
0 commit comments