reactos/reactos/drivers/dd/beep/makefile

14 lines
214 B
Makefile
Raw Normal View History

# $Id: makefile,v 1.13 2001/08/21 20:13:10 chorns Exp $
PATH_TO_TOP = ../../..
TARGET_TYPE = driver
TARGET_NAME = beep
TARGET_OBJECTS = beep.o
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk