mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
Cleaning up unnecessary code.
This commit is contained in:
parent
d788e07c32
commit
77d4780985
@ -845,8 +845,8 @@ clean pkg opts -- `opts` is not used but might be in the future
|
||||
(executable pkg)
|
||||
-- clean out the generated docs
|
||||
let build = build_dir (dirs (options defs))
|
||||
() <- deleteDocsFolder $ build </> "docs" </> "docs"
|
||||
() <- deleteDocsFolder $ build </> "docs"
|
||||
deleteDocsFolder $ build </> "docs" </> "docs"
|
||||
deleteDocsFolder $ build </> "docs"
|
||||
runScript (postclean pkg)
|
||||
where
|
||||
delete : String -> Core ()
|
||||
|
Loading…
Reference in New Issue
Block a user