Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
script3r
GitHub Repository: script3r/os161
Path: blob/master/user/bin/Makefile
734 views
#
# Makefile for src/bin (sources for programs installed in /bin)
#

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

SUBDIRS=true false sync mkdir rmdir pwd cat cp ln mv rm ls sh

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