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=7f668e3ec92f1bad90452afd4dd9c3fa2dd34b49;hp=982148d3300e1d813275aab3d0e4deb836881530;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 $@