aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
blob: 839f04c1b6a7e615baad0d90f3d40d1aaaf420df (plain) (blame)
1
2
3
4
5
6
7
8
9
TOP = ..
include $(TOP)/mk/boilerplate.mk

all :: index.html

index.html : $(HS_SRCS)
	$(HADDOCK_INPLACE) -h $(HS_SRCS)

include $(TOP)/mk/target.mk