From: Dawid Jagiela Date: Mon, 12 Mar 2012 12:30:13 +0000 (-0400) Subject: modified Makefile for testing single peptide runs X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=92775ab74f8b42f1074e8892583073d3358541bf;p=unres.git modified Makefile for testing single peptide runs --- diff --git a/source/ga/Makefile b/source/ga/Makefile index 369fb85..e4efe3a 100644 --- a/source/ga/Makefile +++ b/source/ga/Makefile @@ -2,7 +2,8 @@ FC := ifort CFLAGS := -BUILD_DIR := build +BUILD_DIR := build +#matrix-1LE1-and-1LY2 CLUSTER := matrix @@ -10,9 +11,9 @@ CLUSTER := matrix .PHONY: all checkdirs clean -all: checkdirs checktpl build/unresga +all: checkdirs checktpl $(BUILD_DIR)/unresga -build/unresga:GA.f +$(BUILD_DIR)/unresga:GA.f $(FC) $(CFLAGS) GA.f -o $@