projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
[ghc-hetmet.git]
/
utils
/
hp2ps
/
Makefile
1
TOP=../..
2
include $(TOP)/mk/boilerplate.mk
3
4
C_PROG = hp2ps
5
6
SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -Wall
7
8
INSTALL_PROGS += $(C_PROG)
9
10
LIBS = $(LIBM)
11
12
CLEAN_FILES += $(C_OBJS) $(C_PROG)
13
14
include $(TOP)/mk/target.mk