Makefile 119 B

1234567
  1. include $(GOROOT)/src/Make.inc
  2. TARG=test
  3. GOFILES=\
  4. test1.go\
  5. test2.go\
  6. include $(GOROOT)/src/Make.cmd