# -*- makefile -*-

BINARIES = pow
MAIN = pow.c
PKGTYPE = c
C_LIBS = -lm

include ../../make.config
