From e13dea813f3cec790811e13323b1371b1ef47f8f Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 13 Mar 2025 18:45:01 +0100 Subject: [PATCH] add dependency comment at the top of the makefile --- makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/makefile b/makefile index 554c839..aa9b514 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,11 @@ +# dependencies: +# - make +# - clang +# - bear (debug) +# - sdl2 +# - git bash (windows) +# +# project name = the workspace directory name NAME := $(shell basename $(PWD)) # compiler settings