Makefile 59 B

123456789
  1. build:
  2. go build
  3. run: build
  4. ./test
  5. clean:
  6. rm -rf test