12 lines
156 B
Makefile
Raw Normal View History

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