12 lines
153 B
Makefile
Raw Normal View History

2016-01-11 16:08:40 -05:00
# Makefile for waiter
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=waiter
SRCS=waiter.c
BINDIR=/testbin
.include "$(TOP)/mk/os161.prog.mk"