axf-os161 / userland / testbin / triplesort / Makefile
Makefile
Raw
# Makefile for triplesort

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

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

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