diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:54:49 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:54:49 -0400 |
commit | bd4f9af7568ccc267068905cc7f5d1cf3f651f7e (patch) | |
tree | d2ceb529bd9fbdfb521d5b58d2ccdab1c9fd846b /standalone/windows | |
parent | 86a86ad53f59caf9c6e6b0ba2ce5ca1f27660521 (diff) |
force clean
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 99c8418f0..0e485aa99 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -26,6 +26,7 @@ UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-anne # This can be used to force git-annex to build supporting a particular # version of git, instead of the version installed at build time. FORCE_GIT_VERSION=1.9.5 +cabal clean # Uncomment to get rid of cabal installed libraries. #rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc |