10 lines
96 B
Makefile
10 lines
96 B
Makefile
all: build
|
|
|
|
build:
|
|
@echo "cxx bindings & validation"
|
|
|
|
clean:
|
|
@echo "clean cxx"
|
|
|
|
.PHONY: clean
|