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

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

PROG=sty
SRCS=sty.c
BINDIR=/testbin

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