summaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: a911e037441a0693dc5aad5ce12326cbd849f161 (plain)
1
2
3
4
5
6
.PHONY: all
all: verify-fstar verify-coq verify-lean verify-hol4

.PHONY: verify-%
verify-%:
	cd $* && $(MAKE) all