Skip to content

Commit

Permalink
Remove pretty-timed option from Makefile as it requires Python 2 and …
Browse files Browse the repository at this point in the history
…I dont want to make it a requirement for the artifact
  • Loading branch information
Alix Trieu committed Jan 3, 2022
1 parent 75a0aae commit 920d14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ full-abstraction: Makefile.coq
$(MAKE) -f Makefile.coq only TGTS="theories/full_abstraction.vo"

coq: Makefile.coq
$(MAKE) -f Makefile.coq pretty-timed
$(MAKE) -f Makefile.coq

html: Makefile.coq
rm -rf html
Expand Down

0 comments on commit 920d14f

Please sign in to comment.