Skip to content
Snippets Groups Projects
Commit 8df54a80 authored by ale's avatar ale
Browse files

add an install-client target

parent f164bc80
Branches
Tags v0.1.2
No related merge requests found
......@@ -13,6 +13,9 @@ sysconfdir = /etc/djrandom
all: version.go $(JS_TARGET)
install-client:
go get ./client/... && go install ./client/...
install: all
(for dir in server services mapreduce ; do \
go get ./$${dir}/... && go install ./$${dir}/... ; done)
......
#!/bin/sh
#
# Create a self-contained binary distribution of the DJRandom clients,
# including all the dynamic libraries.
#
set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment