axf-os161 / userland / bin / tac / Makefile
Makefile
Raw
# Makefile for tac

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

PROG=tac
SRCS=tac.c
BINDIR=/bin


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