Guest User

Untitled

a guest
Apr 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.49 KB | None | 0 0
  1.  
  2. # Modified the basic makefiles referred to from the
  3. # Go home page.
  4. #
  5. # Copyright 2009 The Go Authors. All rights reserved.
  6. # Use of this source code is governed by a BSD-style
  7. # license that can be found in the LICENSE file.
  8.  
  9. include $(GOROOT)/src/Make.inc
  10.  
  11. TARG=wiki
  12. GOFILES=\
  13.         options.go\
  14.         logger.go\
  15.         errors.go\
  16.         views/topic.go\
  17.         views/app.go\
  18.         views/views.go\
  19.         wiki.go\
  20.  
  21. include $(GOROOT)/src/Make.cmd
  22.  
  23.  
  24. test:
  25.     gotest
Add Comment
Please, Sign In to add comment