os161/userland/bin/rm/Makefile

13 lines
138 B
Makefile
Raw Normal View History

2025-03-01 00:01:05 -05:00
# Makefile for rm
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=rm
SRCS=rm.c
BINDIR=/bin
.include "$(TOP)/mk/os161.prog.mk"