Makefile 85 B

12345678
  1. all: xormdemo
  2. clean:
  3. rm -fr main xormdemo *.log *.db
  4. xormdemo: main.go
  5. go build