We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebc715 commit 9b66d2cCopy full SHA for 9b66d2c
Makefile
@@ -27,3 +27,7 @@ clean :
27
cd agent && $(MAKE) clean
28
cd libwinpty && $(MAKE) clean
29
cd unix-adapter && $(MAKE) clean
30
+
31
+distclean : clean
32
+ rm -f config-unix.mk
33
+ rm -f config-mingw.mk
0 commit comments