Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / utils / unlit / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 C_SRCS=unlit.c
5 C_PROG=unlit
6 SRC_CC_OPTS += -O
7
8 # Get it over with!
9 boot :: all
10
11 #
12 # Install unlit in lib/
13 #
14 INSTALL_LIBEXECS += $(C_PROG)
15
16 include $(TOP)/mk/target.mk