ussd/Makefile

9 lines
171 B
Makefile
Raw Permalink Normal View History

2024-08-12 08:30:13 +02:00
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}