Add a simple Makefile to build and watch
This commit is contained in:
parent
9cd31c3dff
commit
a6c5f12845
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
build:
|
||||
cabal exec site build
|
||||
|
||||
watch:
|
||||
cabal exec site build && cabal exec site watch
|
Loading…
Reference in a new issue