all:
	make clean install build
build:
	go build -buildmode c-archive -v
install:
	go install
clean:
	git clean -x -f
