X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fga%2FMakefile;h=e4efe3a3540f516975e6c73d32aeb3576807daa0;hb=b1dc1c357ec855598618da32b528e1605a83f431;hp=369fb85bab4c97327aa4399488e54a8a66877a2e;hpb=982148d3300e1d813275aab3d0e4deb836881530;p=unres.git 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 $@