.PHONY: test build

help:
	@echo "make test - Run the tests"
	@echo "make build - Build the project"

build:
	@go build 

test:
	@go run main.go ../build/test.so abcde _test.so