# Makefile for faulter

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

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

