Reorganisation of the source tree
[ghc-hetmet.git] / utils / touchy / Makefile
diff --git a/utils/touchy/Makefile b/utils/touchy/Makefile
new file mode 100644 (file)
index 0000000..d2430df
--- /dev/null
@@ -0,0 +1,20 @@
+#
+# Substitute for 'touch' on win32 platforms (without an Unix toolset installed).
+#
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+
+C_SRCS=touchy.c
+C_PROG=touchy
+SRC_CC_OPTS += -O
+
+#
+# Install touchy in lib/.*
+#
+INSTALL_LIBEXECS += $(C_PROG)
+
+include $(TOP)/mk/target.mk
+
+# Get it over with!
+boot :: all
+