Only build one skopeo binary by (make all)

Both (make binary) and (make binary-static) compile the code and create
a skopeo binary, so (make all) should only depend on one of them.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2016-11-23 16:57:37 +01:00
parent fcdf9c1b91
commit a0af3619d3

View File

@ -36,7 +36,7 @@ MANPAGES_MD = $(wildcard docs/*.md)
# Note: Uses the -N -l go compiler options to disable compiler optimizations
# and inlining. Using these build options allows you to subsequently
# use source debugging tools like delve.
all: binary binary-static docs
all: binary docs
# Build a docker image (skopeobuild) that has everything we need to build.
# Then do the build and the output (skopeo) should appear in current dir