aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Rob Sloan <varomodt@gmail.com>2016-01-28 13:38:20 -0500
committerGravatar Rob Sloan <varomodt@gmail.com>2016-01-28 13:38:20 -0500
commit1f83ff39458ca80acf3192c938490cf4988b7489 (patch)
tree5f58c454b4f625479b5d6a3b90685d96a67fb7cf /Makefile
parent3e0c054948a0b1fc015ad7e23bd8abd023d8e3ed (diff)
recursive-build coqprime
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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