Add a few more commands to make
This commit is contained in:
parent
1f03b8353f
commit
a9f0019fb6
1 changed files with 13 additions and 1 deletions
14
Makefile
14
Makefile
|
@ -1,5 +1,17 @@
|
|||
clean:
|
||||
rm -rf _cache
|
||||
rm -rf public
|
||||
|
||||
site:
|
||||
cabal build --write-ghc-environment-files=always
|
||||
|
||||
build:
|
||||
cabal exec site build
|
||||
|
||||
watch:
|
||||
cabal exec site build && cabal exec site watch
|
||||
cabal exec site watch
|
||||
|
||||
all:
|
||||
make clean
|
||||
make site
|
||||
make build
|
||||
|
|
Loading…
Reference in a new issue