From f7d4f03f48249cb30d1b4231213fe5053cd96550 Mon Sep 17 00:00:00 2001 From: Steven Logue Date: Tue, 31 Oct 2017 13:12:20 -0700 Subject: [PATCH] fixed typo in makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 53cdb79..c0a68dd 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -OURCES := $(shell find . -name '*.go') +SOURCES := $(shell find . -name '*.go') TARGET_OS := linux BINARY := kube-bench