init: project

This commit is contained in:
2024-08-12 14:30:13 +08:00
commit 7dfe709e75
5 changed files with 683 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
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}