From 1f83ff39458ca80acf3192c938490cf4988b7489 Mon Sep 17 00:00:00 2001 From: Rob Sloan Date: Thu, 28 Jan 2016 13:38:20 -0500 Subject: recursive-build coqprime --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 202ad741a..fc777768f 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,12 @@ VS := $(MODULES:%=src/%/*.v) .PHONY: coq clean install coqprime .DEFAULT_GOAL: coq +coq: coqprime Makefile.coq + $(MAKE) -f Makefile.coq + coqprime: $(MAKE) -C coqprime -coq: Makefile.coq coqprime - $(MAKE) -f Makefile.coq - Makefile.coq: Makefile $(VS) coq_makefile -R $(SRC_DIR) $(MOD_NAME) $(COQ_ARGS) $(VS) -o Makefile.coq -- cgit v1.2.3