https://github.com/uds-psl/coq-library-undecidability
Raw File
Tip revision: c389de71316198bc44aca08cac4dda9f6ab75ed8 authored by Yannick Forster on 21 April 2020, 15:17:09 UTC
Merge pull request #48 from fakusb/coq-8.11-comp-only
Tip revision: c389de7
Makefile
all:
	+make -C theories all

install:
	+make -C theories install

clean:
	+make -C theories clean

html:
	+make -C theories html

.PHONY: all install html clean 
back to top