Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Remove Shake database on clean.
Browse files Browse the repository at this point in the history
See #131. [skip ci]
  • Loading branch information
snowleopard committed Jan 22, 2016
1 parent 30a3d91 commit 0bde9c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Rules/Clean.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ cleanRules = do
forM_ [Stage0 ..] $ \stage -> do
let dir = pkgPath pkg -/- targetDirectory stage pkg
removeDirectoryIfExists dir
putBuild $ "| Remove the Shake database " ++ shakeFilesPath ++ "..."
removeFilesAfter shakeFilesPath ["//*"]
putSuccess $ "| Done. "

0 comments on commit 0bde9c1

Please sign in to comment.