Skip to content

Commit

Permalink
fix build (remove META file)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Aug 30, 2022
1 parent c3e568b commit 7094c07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tactics: Makefile.coq.tactics
$(MAKE) -f Makefile.coq.tactics

plugin: install-tactics Makefile.coq.plugin Makefile.coq.plugin.local
-rm -f META
$(MAKE) -f Makefile.coq.plugin

mathcomp: Makefile.coq.mathcomp
Expand Down Expand Up @@ -66,7 +67,7 @@ clean: Makefile.coq.tactics Makefile.coq.plugin Makefile.coq.plugin.local Makefi
-$(MAKE) -f Makefile.coq.plugin cleanall
-$(MAKE) -f Makefile.coq.mathcomp cleanall
-rm -rf _build
rm -f Makefile.coq.tactics Makefile.coq.tactics.conf Makefile.coq.plugin Makefile.coq.plugin.conf Makefile.coq.mathcomp Makefile.coq.mathcomp.conf
rm -f Makefile.coq.tactics Makefile.coq.tactics.conf Makefile.coq.plugin Makefile.coq.plugin.conf Makefile.coq.mathcomp Makefile.coq.mathcomp.conf META

dune: dune-tactics dune-plugin predict htimeout

Expand Down

0 comments on commit 7094c07

Please sign in to comment.