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

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

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

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