diff -r e0928e4b9a59 -r e5455e692b45 src/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Makefile.am Wed May 31 11:40:07 2017 +0200 @@ -0,0 +1,9 @@ +if DEBUG +AM_CFLAGS = -std=gnu99 -O0 -Wall +else +AM_CFLAGS = -std=gnu99 -O2 +endif + +bin_PROGRAMS = cline +cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c settings.c string_list.c suffix_fnc.c +