Skip to content

Commit 9b4425e

Browse files
authored
Refactor Makefile structure (#5555)
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
1 parent b31b02a commit 9b4425e

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
SHELL = /bin/bash
22

3-
include build.mk
4-
include ut.mk
5-
include kind.mk
6-
include talos.mk
7-
include e2e.mk
3+
include makefiles/build.mk
4+
include makefiles/ut.mk
5+
include makefiles/kind.mk
6+
include makefiles/talos.mk
7+
include makefiles/e2e.mk
88

99
COMMA = ,
1010

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)