Makefile 63 B

123456789
  1. all: xml2jsond
  2. xml2jsond:
  3. go build
  4. clean:
  5. rm -f xml2jsond