all: build

build:
	@echo "cxx bindings & validation"

clean:
	@echo "clean cxx"

.PHONY: clean
