reactos/reactos/apps/utils/cat/makefile

20 lines
272 B
Makefile
Raw Normal View History

# $Id: makefile,v 1.9 2001/08/21 20:13:00 chorns Exp $
PATH_TO_TOP = ../..
TARGET_NORC = yes
TARGET_TYPE = program
TARGET_APPTYPE = console
TARGET_NAME = cat
TARGET_OBJECTS = $(TARGET_NAME).o
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
# EOF