summaryrefslogtreecommitdiff
blob: 4163cb52ac1e0d6161c635bcacb19bc69f39b9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/makefile b/src/makefile
index ab43d7d..37e469f 100755
--- a/src/makefile
+++ b/src/makefile
@@ -60,6 +60,6 @@ main_sfcheck_ccp4.o: main_sfcheck_ccp4.f sfch_version.fh
 	$(MR_FORT) -c  main_sfcheck_ccp4.f
 
 sfcheck: $(OBJS)
-	$(MR_FORT) -o $(BIN)/sfcheck $(OBJSL) $(MR_LIBRARY)
+	$(MR_FORT) $(LDFLAGS) -o $(BIN)/sfcheck $(OBJSL) $(MR_LIBRARY)
 
 # ----------------------------------------