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

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

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

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