diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 2c54ac7..4a366d7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') -CFLAGS=-O2 -Wall -g -DSWAP_BYTES -LDLIBS=-lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ +CFLAGS=-fdiagnostics-color -O2 -Wall -g -DSWAP_BYTES +LDLIBS=-fdiagnostics-color -lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ all: test test-vector test-likelihood fit test-charge test-path calculate-csda-range test-time-pdf test-zebra test-find-peaks |