Skip to content

Commit f570984

Browse files
committed
Add alias for mv
1 parent 952bae8 commit f570984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/make/common.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ CAT ?= cat
170170
# Define the command to copy files:
171171
CP ?= cp
172172

173+
# Define the command to move files:
174+
MV ?= mv
175+
173176
# Define the command to recursively sync directories:
174177
RSYNC_RECURSIVE ?= rsync -r
175178

0 commit comments

Comments
 (0)