Viewing: Makefile
📄 Makefile (Read Only) ⬅ To go back
# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright (c) 2018, Tulio A M Mendes <[email protected]>
# All rights reserved.
# See LICENSE for details.
#
# Source: https://github.com/tadryanom/AdrOS
#

NAME := chmod
SRCS := chmod.c
include ../common.mk