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

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

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

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