d2430df162b8b64a9e0a4a9f1d66d1f9bff3c448
[ghc-hetmet.git] / utils / touchy / Makefile
1 #
2 # Substitute for 'touch' on win32 platforms (without an Unix toolset installed).
3 #
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 C_SRCS=touchy.c
8 C_PROG=touchy
9 SRC_CC_OPTS += -O
10
11 #
12 # Install touchy in lib/.*
13 #
14 INSTALL_LIBEXECS += $(C_PROG)
15
16 include $(TOP)/mk/target.mk
17
18 # Get it over with!
19 boot :: all
20