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