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

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

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

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