Added source for Makefile inspiration

This commit is contained in:
Chris Gregory
2025-11-25 20:53:54 -05:00
parent c654af4c92
commit 7f474e7105

View File

@@ -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 debug ?= 0
NAME := yab-ssg NAME := yab-ssg
SRC_DIR := src SRC_DIR := src