add Outputable instance for OccIfaceEq
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 SRC_HC_OPTS    += -fglasgow-exts -cpp -Wall
5 HS_PROG         = nofib-analyse
6
7 ifeq "$(ghc_ge_605)" "YES"
8 SRC_HC_OPTS     += -package regex-compat -package html
9 endif
10
11 include $(TOP)/mk/target.mk