From 317c70674d1d889b98b3b127099ab876f55f1f2d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 7 Mar 2026 14:44:57 -0500 Subject: feat: Subdir template added A template for calling Makefiles in subdirectories has been added. This allows a top directory makefile to list subdirectories and call rules like all, clean, install, & uninstall. --- example/libfib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'example/libfib/Makefile') diff --git a/example/libfib/Makefile b/example/libfib/Makefile index c610923..4df5255 100644 --- a/example/libfib/Makefile +++ b/example/libfib/Makefile @@ -1,3 +1,8 @@ +# +# Copyright (c) 2026 Jacob McDonnell +# +# SPDX-License-Identifier: BSD-2-Clause +# LIB = fib SHLIB_MAJOR = 1 SHLIB_MINOR = 1 -- cgit v1.2.3