ussd/Makefile
2024-08-12 14:30:13 +08:00

9 lines
171 B
Makefile

BIN := ussd-service
BUILD_CONF := CGO_ENABLED=0 GOOS=linux GOARCH=amd64
BUILD_COMMIT := $(shell git rev-parse --short HEAD 2> /dev/null)
.PHONY: clean
clean:
rm ${BIN}