[project @ 2005-03-04 14:24:51 by simonmar]
[ghc-hetmet.git] / glafp-utils / verbatim / Makefile
index 8c76466..eb40f0d 100644 (file)
@@ -5,9 +5,13 @@ C_SRCS = verbatim.c
 C_PROG = verbatim
 LIBS = $(FLEX_LIB)
 
+override SRC_FLEX_OPTS=-8
+
 #
 # For src distributions, include flex output.
 #
 SRC_DIST_FILES += verbatim.c
 
+CLEAN_FILES += verbatim.c
+
 include $(TOP)/mk/target.mk