Skip to content

Commit

Permalink
Remove unused rule from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurd Schneider committed Sep 20, 2017
1 parent 23f210a commit 76b3566
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ clean:
$(COQMAKEFILE): Makefile _CoqProject
$(COQBIN)coq_makefile -f _CoqProject -o Makefile.coq

%.vo:: $(COQMAKEFILE)
make -f $(COQMAKEFILE) -j$(CORES) $@

%:
-$(MAKE) -f $(COQMAKEFILE) $@

0 comments on commit 76b3566

Please sign in to comment.