mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +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)
|
(executable pkg)
|
||||||
-- clean out the generated docs
|
-- clean out the generated docs
|
||||||
let build = build_dir (dirs (options defs))
|
let build = build_dir (dirs (options defs))
|
||||||
() <- deleteDocsFolder $ build </> "docs" </> "docs"
|
deleteDocsFolder $ build </> "docs" </> "docs"
|
||||||
() <- deleteDocsFolder $ build </> "docs"
|
deleteDocsFolder $ build </> "docs"
|
||||||
runScript (postclean pkg)
|
runScript (postclean pkg)
|
||||||
where
|
where
|
||||||
delete : String -> Core ()
|
delete : String -> Core ()
|
||||||
|
Loading…
Reference in New Issue
Block a user