include ../makefile.inc
all:    r.fx
r.fx:   r.bin
r.bin:  r.obj
r.obj:  r.c

