build:
	@echo Building windows binary...
	go build -trimpath -ldflags="-s -w" .
	@echo Done!
