all:
	make -C util all
	make -C tests utstgen utstspc

install:
	make -C util install

clean:
	make -C util clean
	make -C tests clean

