# Makefile for sty

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

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

