add dependency comment at the top of the makefile

This commit is contained in:
2025-03-13 18:45:01 +01:00
parent 068a89f3cf
commit e13dea813f

View File

@@ -1,3 +1,11 @@
# dependencies:
# - make
# - clang
# - bear (debug)
# - sdl2
# - git bash (windows)
#
# project name = the workspace directory name
NAME := $(shell basename $(PWD)) NAME := $(shell basename $(PWD))
# compiler settings # compiler settings