Revision 12848be3ede0664de1d5b45140e0131f1bdefe8f authored by Yannick Forster on 09 April 2020, 14:47:13 UTC, committed by GitHub on 09 April 2020, 14:47:13 UTC
1 parent 4a55a78
Raw File
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