mirror of
https://github.com/oracle/zfssa-csi-driver.git
synced 2025-07-30 20:44:50 +00:00
9 lines
227 B
Makefile
9 lines
227 B
Makefile
# Copyright (c) 2021 Oracle and/or its affiliates.
|
|
#
|
|
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
|
|
#
|
|
CMDS=zfssa-csi-driver
|
|
all: build
|
|
|
|
include release-tools/build.make
|