website/Makefile

8 lines
78 B
Makefile
Raw Normal View History

2014-07-20 17:53:53 +02:00
TARGET=site
all: site.hs
ghc $< -o ${TARGET}
build: all
./${TARGET} build