diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..720e58d --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +TARGET=site + +all: site.hs + ghc $< -o ${TARGET} + +build: all + ./${TARGET} build