1
0
mirror of https://github.com/henrydcase/nobs.git synced 2024-11-22 15:18:57 +00:00
nobs/Makefile

8 lines
335 B
Makefile
Raw Normal View History

2018-06-01 00:02:53 +01:00
test:
go test -v ./...
vendor-sidh-for-tls:
rm -rf tls_vendor
mkdir -p tls_vendor/github_com/henrydcase/nobs/
rsync -a . tls_vendor/github_com/henrydcase/nobs/ --exclude=tls_vendor --exclude=.git --exclude=.travis.yml --exclude=README.md
find tls_vendor -type f -print0 -name "*.go" | xargs -0 sed -i 's/github\.com/github_com/g'