os161 / userland / testbin / triplehuge / Makefile
Makefile
Raw
# Makefile for triplehuge

TOP=../../..
.include "$(TOP)/mk/os161.config.mk"

PROG=triplehuge
SRCS=triplehuge.c
LIBS=-ltest
BINDIR=/testbin

.include "$(TOP)/mk/os161.prog.mk"