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