From 05b1b58938c9ca1518895efb7a4d962256b35a67 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 3 Dec 2018 10:18:20 -0600 Subject: fix test-zebra --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index c44c172..9bae25e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') CFLAGS=-O2 -Wall -g -DSWAP_BYTES LDLIBS=-lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ -all: test test-vector test-likelihood fit test-charge test-path calculate-csda-range test-time-pdf +all: test test-vector test-likelihood fit test-charge test-path calculate-csda-range test-time-pdf test-zebra Makefile.dep: -$(CC) -MM *.c > Makefile.dep -- cgit