/crypto/salsa20/Makefile

https://code.google.com/p/go-salsa20/ · Makefile · 11 lines · 5 code · 3 blank · 3 comment · 0 complexity · 1c8086f43ee14041cb8ed823ed874b96 MD5 · raw file

  1. # Copyright (c) 2010, Suryandaru Triandana. All rights reserved.
  2. # Use of this source code is governed by a BSD-style
  3. # license that can be found in the LICENSE file.
  4. include $(GOROOT)/src/Make.inc
  5. TARG=go-salsa20.googlecode.com/hg/crypto/salsa20
  6. GOFILES=\
  7. salsa20.go\
  8. include $(GOROOT)/src/Make.pkg