9d0b7d81752c5db8daed039e3bd54ee1309b3778
[reactos.git] / rosapps / cmdutils / touch / makefile
1
2 PATH_TO_TOP=../../../reactos
3
4 TARGET_TYPE = program
5
6 TARGET_APPTYPE = console
7
8 TARGET_NAME = touch
9
10 TARGET_SDKLIBS = ntdll.a
11
12 TARGET_OBJECTS = $(TARGET_NAME).o \
13 err.o
14
15 TARGET_GCCLIBS = iberty
16
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk
20
21 # EOF