# Makefile for argtest

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

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

