From 7f474e710507edaf1582e8ef3388b7e53ee7e041 Mon Sep 17 00:00:00 2001 From: Chris Gregory Date: Tue, 25 Nov 2025 20:53:54 -0500 Subject: [PATCH] Added source for Makefile inspiration --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0b25841..d456418 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +# makefile inspired by: +# https://www.lucavall.in/blog/crafting-clean-maintainable-understandable-makefile-for-c-project +# https://archive.ph/2zHEM + debug ?= 0 NAME := yab-ssg SRC_DIR := src