deli/Makefile

10 строки
133 B
Makefile

.PHONY: all compile
all: compile docs/user-guide.md
compile:
@stack build
docs/user-guide.md: app/Tutorial.lhs
@./build-docs.sh