Serguei Bezverkhi 7b24313bd6 vendor files
2018-01-10 13:42:26 -05:00

10 lines
96 B
Makefile

all: build
build:
@echo "cxx bindings & validation"
clean:
@echo "clean cxx"
.PHONY: clean