summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74c2b19..24ea7dc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ INSTALL := install
SED := sed
LCOV := lcov
GENHTML := genhtml
+TOUCH := touch
# Toolchain flags
WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
@@ -33,6 +34,7 @@ MVFLAGS :=
ECHOFLAGS :=
MAKEFLAGS :=
PKGCONFIGFLAGS :=
+TOUCHFLAGS :=
EXEEXT :=