Skip to content

Commit

Permalink
Add a distclean target that removes the files configure creates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rprichard committed Apr 17, 2012
1 parent 2ebc715 commit 9b66d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b66d2c

Please sign in to comment.