all: groqqer

groqqer:
	go build -trimpath -ldflags="-s -w" -o bin/groqqer groqqer.go

clean:
	rm -rf bin/

.PHONY: all groqqer clean
