Skip to content

Commit

Permalink
Makefile: no more message about a Circular Make <- Makefile.coq depen…
Browse files Browse the repository at this point in the history
…dency dropped
  • Loading branch information
letouzey committed Jun 24, 2016
1 parent 6a503c6 commit 1d5f90d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ clean: Makefile.coq
Makefile.coq: Make
$(COQBIN)coq_makefile -f Make -o Makefile.coq

Make: ;

%: Makefile.coq
+make -f Makefile.coq $@

Expand Down

0 comments on commit 1d5f90d

Please sign in to comment.