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