Revision 45acabdc8619b4d9b53b5625152e131d044f6cf7 authored by Théo Winterhalter on 25 September 2019, 15:33:51 UTC, committed by Théo Winterhalter on 26 September 2019, 11:21:55 UTC
Removes need for `wellformed_zipc_replace`!
1 parent ec2d4a3
Raw File
Makefile
all: Makefile.coq
	$(MAKE) -f Makefile.coq

Makefile.coq: Makefile
	coq_makefile -f _CoqProject -o Makefile.coq

clean: Makefile.coq
	$(MAKE) -f Makefile.coq clean
back to top