# Makefile for triplehuge

SRCS=triplehuge.c triple.c
PROG=triplehuge
BINDIR=/testbin

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

