Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove hack/gencrd folder from Makefile
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Jul 29, 2019
1 parent 78fa42a commit 270ef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -48,7 +48,7 @@ endif
### These variables should not need tweaking.
###

SRC_DIRS := apis client pkg hack/gencrd # directories which hold app source (not vendored)
SRC_DIRS := apis client pkg # directories which hold app source (not vendored)

DOCKER_PLATFORMS := linux/amd64 linux/arm linux/arm64
BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64
Expand Down

0 comments on commit 270ef77

Please sign in to comment.