Add Makefile.
This commit is contained in:
parent
8192cb2af2
commit
412b9ba378
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
TARGET=site
|
||||||
|
|
||||||
|
all: site.hs
|
||||||
|
ghc $< -o ${TARGET}
|
||||||
|
|
||||||
|
build: all
|
||||||
|
./${TARGET} build
|
Loading…
Add table
Add a link
Reference in a new issue