Skip to content

Commit

Permalink
make clean should not remove coqdoc.css (this is a hack)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoulier committed Apr 30, 2018
1 parent 2932eb2 commit 2d02d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ clean: Makefile.coq Makefile.coqplugin Makefile.coqchecker
$(MAKE) -f Makefile.coq clean
$(MAKE) -f Makefile.coqplugin clean
$(MAKE) -f Makefile.coqchecker clean
git checkout html/coqdoc.css

mrproper: clean
rm -f Makefile.coq Makefile.coqplugin Makefile.coqchecker
Expand Down

0 comments on commit 2d02d18

Please sign in to comment.