Skip to content

krestomatio/kio-makefiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operator SDK Makefiles

Makifiles for Operator SDK operators:

  • put them in ``hack/mk/`
  • rename operator sdk Makefile to Makefile-dist.mk
  • define a new Makefile. Ex:
OPERATOR_SHORTNAME ?= lms-moodle
VERSION ?= 0.0.2
OPERATOR_TYPE ?= go

include hack/mk/main.mk

About

Makifiles for Operator SDK operators

Resources

Stars

Watchers

Forks