view 3rdparty/packages/rof/makefile @ 330:e0679d0d5abc

These commands are either gathered from level1/CMDS or have been moved to 3rdparty/utils/enhanced
author boisy
date Wed, 24 Jul 2002 05:22:59 +0000
parents 6641a883d6b0
children c998e93e4ba9
line wrap: on
line source

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

DEPENDS		= ./Makefile

CMDS		= rescue

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)

clean:
	$(RM) $(ALLOBJS)