website/Makefile
2014-07-20 17:53:53 +02:00

8 lines
78 B
Makefile

TARGET=site
all: site.hs
ghc $< -o ${TARGET}
build: all
./${TARGET} build