src/Makefile.am

changeset 47
e5455e692b45
child 48
0d2c13c24fd0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/Makefile.am	Wed May 31 11:40:07 2017 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +if DEBUG
     1.5 +AM_CFLAGS = -std=gnu99 -O0 -Wall
     1.6 +else
     1.7 +AM_CFLAGS = -std=gnu99 -O2
     1.8 +endif
     1.9 +
    1.10 +bin_PROGRAMS = cline
    1.11 +cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c settings.c string_list.c suffix_fnc.c
    1.12 +

mercurial