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