update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / utils / verbatim / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 C_SRCS = verbatim.c
5 C_PROG = verbatim
6 LIBS = $(FLEX_LIB)
7
8 override SRC_FLEX_OPTS=-8
9
10 #
11 # For src distributions, include flex output.
12 #
13 SRC_DIST_FILES += verbatim.c
14
15 CLEAN_FILES += verbatim.c
16
17 include $(TOP)/mk/target.mk