1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-22 14:48:07 +00:00

fixed typo in makefile

This commit is contained in:
Steven Logue 2017-10-31 13:12:20 -07:00
parent d79a2a5478
commit f7d4f03f48

View File

@ -1,4 +1,4 @@
OURCES := $(shell find . -name '*.go')
SOURCES := $(shell find . -name '*.go')
TARGET_OS := linux
BINARY := kube-bench