Makefile 75 B

12345678
  1. all:
  2. go build -o sendsms-ssms_su main.go
  3. clean:
  4. rm -f sendsms-ssms_su