.PHONY: clean

clean:
	@make -C int32_t clean
	@make -C int64_t clean
	@rm -f err.log

