Massive patch for the first months work adding System FC to GHC #15
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 SRC_HC_OPTS    += -fglasgow-exts -package util -package data -package text -cpp -package lang
5 HS_PROG         = nofib-analyse
6
7 include $(TOP)/mk/target.mk