view 3rdparty/packages/rof/makefile @ 418:023a10777f77

Changed date to reflect NitrOS-9 beta 1 release
author boisy
date Sun, 22 Sep 2002 14:29:30 +0000
parents 6641a883d6b0
children c998e93e4ba9
line wrap: on
line source

include ../../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= rescue

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)

clean:
	$(RM) $(ALLOBJS)