Clean up generated sources

This commit is contained in:
David Baer
2015-08-05 23:01:16 -04:00
parent 0b3456cca6
commit e9c9d0bda3

View File

@@ -2,4 +2,5 @@ bin_PROGRAMS = sermon
BUILT_SOURCES = sermon_lexer.c sermon_parser.c sermon_parser.h
AM_YFLAGS = -d --location
sermon_SOURCES = sermon_lexer.l sermon_parser.y sermon_util.c
CLEANFILES = sermon_lexer.c sermon_parser.c sermon_parser.h
LIBS = $(LEXLIB)