mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
14 lines
231 B
Markdown
14 lines
231 B
Markdown
# Shake
|
|
|
|
`Shake.hs` in the top directory complements the Makefile; it is used for some more complex tasks, such as building documentation and the web site.
|
|
|
|
Compile it:
|
|
|
|
./Shake.hs # or, make Shake
|
|
|
|
See help:
|
|
|
|
./Shake
|
|
|
|
|