We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9257e98 commit 018f1c4Copy full SHA for 018f1c4
cleanup
@@ -1,3 +1,5 @@
1
#!/bin/sh
2
rm -f src/Makevars src/*.o src/*.so* src/*.dylib configure.log autobrew
3
-make -C src/libzmq distclean
+if [ -f src/libzmq/Makefile ]; then
4
+ make -C src/libzmq distclean
5
+fi
0 commit comments