Add Makefile.

This commit is contained in:
Fabien Freling 2014-07-20 17:53:53 +02:00
parent 8192cb2af2
commit 412b9ba378

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
TARGET=site
all: site.hs
ghc $< -o ${TARGET}
build: all
./${TARGET} build