summaryrefslogtreecommitdiffstats
path: root/lib/cmd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmd.mk')
-rw-r--r--lib/cmd.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/cmd.mk b/lib/cmd.mk
new file mode 100644
index 0000000..3fae5d7
--- /dev/null
+++ b/lib/cmd.mk
@@ -0,0 +1,26 @@
+# Copyright 2022 Alejandro Colomar <alx@kernel.org>
+# SPDX-License-Identifier: LGPL-3.0-or-later WITH LGPL-3.0-linking-exception
+
+
+ifndef LIB_CMD_MK_
+LIB_CMD_MK_ := 1
+
+
+CD := cd
+CP := cp
+CUT := cut
+ECHO := echo
+FIND := find
+GIT := git
+GREP := grep
+LN := ln
+MKDIR := mkdir
+RM := rm
+SED := sed
+SORT := sort
+TAC := tac
+TOUCH := touch
+XARGS := xargs
+
+
+endif # include guard