view 3rdparty/packages/rof/makefile @ 403:93e9f4a4e253

Added emudsk.
author tlindner
date Wed, 28 Aug 2002 14:55:10 +0000
parents 6641a883d6b0
children c998e93e4ba9
line wrap: on
line source

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

DEPENDS		= ./Makefile

CMDS		= rescue

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)

clean:
	$(RM) $(ALLOBJS)