Major update of the build system:
[reactos.git] / reactos / drivers / dd / blue / makefile
1 # $Id: makefile,v 1.19 2001/08/21 20:13:10 chorns Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = blue
8
9 TARGET_OBJECTS = blue.o
10
11 include $(PATH_TO_TOP)/rules.mak
12
13 include $(TOOLS_PATH)/helper.mk