frap/Makefile.fraplib
2020-03-17 09:22:06 -04:00

11 lines
214 B
Makefile

.PHONY: coq
coq: Makefile.coq
$(MAKE) -f Makefile.coq
Makefile.coq: Makefile _CoqProject *.v
coq_makefile -f _CoqProject -o Makefile.coq
clean:: Makefile.coq
$(MAKE) -f Makefile.coq clean
rm -f Makefile.coq