- added input files for 2 peptides (1LE1, 1LY2) runs on matrix
[unres.git] / source / ga / Makefile
index 13399f6..369fb85 100644 (file)
@@ -1,5 +1,5 @@
 
-CC             := ifort
+FC             := ifort
 CFLAGS         := 
 
 BUILD_DIR      := build        
@@ -13,7 +13,7 @@ CLUSTER               := matrix
 all: checkdirs checktpl build/unresga
 
 build/unresga:GA.f
-       $(CC) $(CFLAGS) GA.f -o $@
+       $(FC) $(CFLAGS) GA.f -o $@
 
 
 checkdirs: $(BUILD_DIR)