91bd721723de4317686f0fdf871f087d7723cd63
[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
8 # Get it over with!
9 boot :: all
10
11 #
12 # Install until in lib/.*
13 #
14 INSTALL_LIBEXECS += $(C_PROG)
15
16 include $(TOP)/mk/target.mk