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

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

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


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