From 92775ab74f8b42f1074e8892583073d3358541bf Mon Sep 17 00:00:00 2001 From: Dawid Jagiela Date: Mon, 12 Mar 2012 08:30:13 -0400 Subject: [PATCH] modified Makefile for testing single peptide runs --- source/ga/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 $@ -- 1.7.9.5