Skip to content

Commit e9dcf61

Browse files
committed
Makefile: add WHAT to imports
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
1 parent 063ede9 commit e9dcf61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
WHAT ?= .
12
imports:
2-
goimports -w -local github.com/multicluster-runtime/multicluster-runtime,sigs.k8s.io/,k8s.io/ .
3+
goimports -w -local github.com/multicluster-runtime/multicluster-runtime,sigs.k8s.io/,k8s.io/ $(WHAT)

0 commit comments

Comments
 (0)