Add a distclean target that removes the files configure creates.

This commit is contained in:
Ryan Prichard 2012-04-17 09:50:19 -07:00
parent 2ebc715c28
commit 9b66d2cb9c

View File

@ -27,3 +27,7 @@ clean :
cd agent && $(MAKE) clean
cd libwinpty && $(MAKE) clean
cd unix-adapter && $(MAKE) clean
distclean : clean
rm -f config-unix.mk
rm -f config-mingw.mk