# Makefile for palin

SRCS=palin.c
PROG=palin
BINDIR=/testbin

include ../../defs.mk
include ../../mk/prog.mk

