From d4cb7e14b54e4f4510fd73d1b3e219eaaffbe081 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 25 Jun 2019 14:56:35 -0500 Subject: add ability to read gzipped zdab files --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a0eef06..99cff5e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') CFLAGS=-fdiagnostics-color -O2 -Wall -g -DSWAP_BYTES -LDLIBS=-fdiagnostics-color -lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ +LDLIBS=-fdiagnostics-color -lm -lgsl -lgslcblas -lnlopt_cxx -lstdc++ -lz PREFIX?=$(HOME)/local INSTALL_BIN=$(PREFIX)/bin -- cgit