removing *.o file so that C-xC-s surely works.

This commit is contained in:
Kazu Yamamoto
2010-04-28 10:05:45 +09:00
parent 1e87b386a1
commit 34534e07ff
3 changed files with 26 additions and 10 deletions

View File

@@ -28,7 +28,8 @@ defaultOptions = Options { convert = toPlain
, ghc = "ghc"
, ghci = "ghci"
, ghcPkg = "ghc-pkg"
, outDir = "dist/flymake"
, outDir = outputDir
, outFile = outputFile
}
argspec :: [OptDescr (Options -> Options)]