From 929420c71f8feea67cfe51c306b9a1d79b50a7bf Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 27 Mar 2015 08:43:11 +0100 Subject: [PATCH] Corrected #33 --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8427de4a..29f11113 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BLUE= BLACK=(B -.PHONY: doc src curl m4 ocaml irpf90 emsl build binary +.PHONY: doc src ocaml build binary default: @echo ----------------------------------------------- @@ -26,16 +26,11 @@ build: @echo source quantum_package.rc @echo ----------------------------------------------- else -build: EZFIO curl m4 irpf90 emsl +build: $(MAKE) -C src $(MAKE) -C ocaml endif -curl: bin/curl -m4: bin/m4 -irpf90: bin/irpf90 -emsl: EMSL_Basis - binary: $(QPACKAGE_ROOT)/scripts/make_binary.sh