summaryrefslogtreecommitdiff
path: root/ghc/utils/unlit/Makefile
blob: 15e7fc4252dddd4babd4a5307fa7d99ff7c783f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TOP=../..
include $(TOP)/mk/boilerplate.mk

C_SRCS=unlit.c
C_PROG=unlit
SRC_CC_OPTS += -O

# Get it over with!
boot :: all

#
# Install unlit in lib/
#
INSTALL_LIBEXECS += $(C_PROG)

include $(TOP)/mk/target.mk