# -*- makefile -*-
PKGTYPE = c
BINARIES = rmfu
MAIN = rmfu.c
OBJS = random.o
include ../../make.config
