makefile 69 B

1234
  1. coinsapi:*.go
  2. go build -o coinsapi -x $^
  3. clean:
  4. rm -rvf coinsapi