#
# makefile for moji
#	$Id: $

include makefile.inc

NAME=hunter

all: $(NAME).fx

$(NAME).fx: $(NAME).bin
$(NAME).bin: $(NAME).obj
$(NAME).obj: $(NAME).c

