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