[project @ 1997-09-03 23:28:39 by sof]
[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