.PHONY: default all clean dev api

GOBIN = $(shell pwd)/build

default: api

api:
	go build $(BUILD_FLAGS) -v -o=${GOBIN}/$@ ./cmd/api