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

fix calling makefile on specific files

parent bbda866b
No related branches found
No related tags found
No related merge requests found
# Makefile originally taken from coq-club # Makefile originally taken from coq-club
%: Makefile.coq %: Makefile.coq phony
+make -f Makefile.coq $@ +make -f Makefile.coq $@
all: Makefile.coq all: Makefile.coq
...@@ -17,4 +17,6 @@ _CoqProject: ; ...@@ -17,4 +17,6 @@ _CoqProject: ;
Makefile: ; 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