From e8ca86e222b8b039d48928051fc2e84f478a3d59 Mon Sep 17 00:00:00 2001 From: Ralf Jung <post@ralfj.de> Date: Tue, 1 Nov 2016 09:53:57 +0100 Subject: [PATCH] update Makefile --- Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6c554b27..6c3ca5b5 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ # Makefile originally taken from coq-club -%: Makefile.coq - +make -f Makefile.coq $@ +%: Makefile.coq phony + +@make -f Makefile.coq $@ all: Makefile.coq - +make -f Makefile.coq all + +@make -f Makefile.coq all clean: Makefile.coq - +make -f Makefile.coq clean + +@make -f Makefile.coq clean rm -f Makefile.coq Makefile.coq: _CoqProject Makefile @@ -17,4 +17,6 @@ _CoqProject: ; Makefile: ; -.PHONY: all clean +phony: ; + +.PHONY: all clean phony -- GitLab