Skip to content

Commit deb6f9c

Browse files
committed
fix travis
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 127d956 commit deb6f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
TEMP_DIR := $(shell mktemp -d)
2525

26-
all: build-all
26+
all: build
2727

2828
# VERSION is the version of the binary.
2929
VERSION?=$(shell if [ -d .git ]; then echo `git describe --tags --dirty`; else echo "UNKNOWN"; fi)

0 commit comments

Comments
 (0)