Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.19 KB | None | 0 0
  1. include $(GOROOT)/src/Make.inc
  2.  
  3. TARG=atmos
  4. GOFMT=gofmt -spaces=true -tabindent=false -tabwidth=4
  5.  
  6. GOFILES=\
  7.     atmos.go\
  8.  
  9. include $(GOROOT)/src/Make.pkg
  10.  
  11. format:
  12.     ${GOFMT} -w atmos.go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement