Skip to content
Snippets Groups Projects
Commit e8ca86e2 authored by Ralf Jung's avatar Ralf Jung
Browse files

update Makefile

parent 2f875318
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment