From d663a1b5c2bc10fa125ae485ce53d2ec5bc691a6 Mon Sep 17 00:00:00 2001 From: Matej Košík Date: Mon, 7 May 2018 10:38:24 +0200 Subject: add some more material (preliminary provided in "tuto2" directory) As it is, it probably need to be edited: (it may be a good idea to drop redundant part; it may be a good idea to make the style of the new information consistent with the already existing material; ...) --- tuto2/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tuto2/Makefile (limited to 'tuto2/Makefile') diff --git a/tuto2/Makefile b/tuto2/Makefile new file mode 100644 index 0000000000..e0e197650d --- /dev/null +++ b/tuto2/Makefile @@ -0,0 +1,14 @@ +ifeq "$(COQBIN)" "" + COQBIN=$(dir $(shell which coqtop))/ +endif + +%: Makefile.coq + +Makefile.coq: _CoqProject + $(COQBIN)coq_makefile -f _CoqProject -o Makefile.coq + +tests: all + @$(MAKE) -C tests -s clean + @$(MAKE) -C tests -s all + +-include Makefile.coq -- cgit v1.2.3