From 81628fb0cf0a4efa002edc134fa4276e83162c28 Mon Sep 17 00:00:00 2001 From: Mateusz Gozdek Date: Fri, 31 May 2019 11:08:21 +0200 Subject: [PATCH] Makefile: fix targets list 0fc3775b990d0c79356be33f8fc8416a897560fc added csv-ceph target to Makefile, but 'csv' target to the description. Signed-off-by: Mateusz Gozdek --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c8350877a55..d5633fda8d29 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ Targets: check Runs unit tests. clean Remove all files that are created by building. codegen Run code generators. - csv Generate a CSV file for OLM. + csv-ceph Generate a CSV file for OLM. distclean Remove all files that are created by building or configuring. fmt Check formatting of go sources.