From 5e36310850622d43f6bd118ba14676fa596bb8f1 Mon Sep 17 00:00:00 2001 From: zsuper Date: Thu, 3 Apr 2025 20:35:55 -0700 Subject: [PATCH] Updated Makefile comments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c11e125..d855463 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ version = $(shell awk 'BEGIN { FS="\"" } /^\#define VERSION / { print $$2 }' con CC ?= cc CFLAGS ?= -Wall -O2 -# Run `make DEBUG=1` or uncomment the next 2 lines to enable debug compile flags +# Run `make DEBUG=1` or uncomment the next 3 lines to enable debug compile flags # define DEBUG # 1 # endef