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

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

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

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