File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,15 @@ cmake_options+=-DCARGO_TARGET_TRIPLE="${CARGO_TARGET_TRIPLE}"
92
92
export CMAKE_TARGET_TRIPLE
93
93
endif
94
94
95
+ run_file? =${build_dir}/applications/zpc/zpc
95
96
96
97
help : ./helper.mk
97
98
@echo " # ${project} : ${url} "
98
99
@echo " #"
99
100
@echo " # Usage:"
100
101
@echo " # ${<D} /${<F} setup # To setup developer system (once)"
101
102
@echo " # ${<D} /${<F} VERBOSE=1 # Default build tasks verbosely (depends on setup)"
102
- @echo " # ${<D} /${<F} # For more info"
103
+ @echo " # ${<D} /${<F} help/all # For more info"
103
104
@echo " #"
104
105
105
106
help/all : README.md NEWS.md
@@ -260,6 +261,10 @@ prepare: git/prepare
260
261
all/default : configure prepare all test dist
261
262
@date -u
262
263
264
+ run_args? =--help
265
+ run :
266
+ file -E ${run_file}
267
+ ${run_file} ${run_args}
263
268
264
269
# ## @rootfs is faster than docker for env check
265
270
You can’t perform that action at this time.
0 commit comments