blob: e1929c634479ac0d78fdf57f84883192deeddb92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile b/Makefile
index 40a5a92..f073aaa 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ all: build test
build: $(SOURCES)
@echo "Compiling readseq..."
- $(CC) $(CFLAGS) -o readseq readseq.c ureadseq.c
+ $(CC) $(LDFLAGS) $(CFLAGS) -o readseq readseq.c ureadseq.c
# if using NCBI, uncomment these lines in place of build: above
#build: $(SOURCES)
|