Skip to content

Commit 56540d5

Browse files
committed
purge envhelp/output on distclean to get rid of stale path errors upon branch switches etc.
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6113 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 90a6134 commit 56540d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ clean:
3636
.PHONY: distclean
3737
distclean: clean
3838
@rm -rf ./envhelp/venv
39+
@rm -rf ./envhelp/output
3940
@rm -rf ./tests/__pycache__
4041
@rm -f ./tests/*.pyc
4142

0 commit comments

Comments
 (0)