From 57075d9518cb8bf4246cc47b9eb66c82eed446c5 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Fri, 12 Feb 2021 15:26:04 -0800 Subject: [PATCH] Phony travis. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4824d451..c9b453e1 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: lint test build travis: lintcgo testcgo build -.PHONY: all +.PHONY: all travis ######################################### # Bootstrapping