diff --git a/Makefile b/Makefile index 1a60743..259fbea 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc -CFLAGS=-std=c99 -Wall -lm -lz -llzma -lbz2 -pthread +CFLAGS=-std=c99 -Wall -lm -lz -llzma -lbz2 -lcurl -pthread INCLUDE=-Ihtslib ## From htslib Makefile: specify shlib flavor based on platform