File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ SN_CLUSTER_GEN_SRC ?= $(wildcard $(SN_ROOT)/util/clustergen/*.py)
19
19
20
20
.PHONY : snrt-all snrt-clean
21
21
22
- snrt-all : snrt snrt-apps snrt-tests
23
- snrt-clean : snrt-clean-apps snrt-clean-tests
22
+ snrt-all : snrt-runtime snrt-apps snrt-tests
23
+ snrt-clean : snrt-clean-runtime snrt-clean- apps snrt-clean-tests
24
24
25
25
# ###################
26
26
# Platform headers #
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ SNRT_OUTPUTS = $(SNRT_LIB) $(SNRT_DUMP)
45
45
# Rules #
46
46
# ########
47
47
48
- .PHONY : snrt clean-snrt
48
+ .PHONY : snrt-runtime snrt- clean-runtime
49
49
50
- snrt : $(SNRT_OUTPUTS )
50
+ snrt-runtime : $(SNRT_OUTPUTS )
51
51
52
- clean-snrt :
52
+ snrt- clean-runtime :
53
53
rm -rf $(SNRT_BUILDDIR )
54
54
55
55
$(SNRT_BUILDDIR ) :
You can’t perform that action at this time.
0 commit comments