aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-12-03 10:18:20 -0600
committertlatorre <tlatorre@uchicago.edu>2018-12-03 10:18:20 -0600
commit05b1b58938c9ca1518895efb7a4d962256b35a67 (patch)
tree0a72d4dd223ed20b3610d71c9b5cdb76dc694b56 /src/Makefile
parent7e7614fbc9ad0f6cb3e65912134069082109fd6e (diff)
downloadsddm-05b1b58938c9ca1518895efb7a4d962256b35a67.tar.gz
sddm-05b1b58938c9ca1518895efb7a4d962256b35a67.tar.bz2
sddm-05b1b58938c9ca1518895efb7a4d962256b35a67.zip
fix test-zebra
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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