summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2022-10-20 20:09:54 +0200
committerRay <[email protected]>2022-10-20 20:09:54 +0200
commit483f10397ee37ba551e57bad563a846f2dc5bb5b (patch)
treefb4c56479aba38c41341766b4d3fd00d7c2cdf97 /examples/Makefile
parentd9f434afb9d1b2eb761a7f79125895d97ab02839 (diff)
downloadraylib-483f10397ee37ba551e57bad563a846f2dc5bb5b.tar.gz
raylib-483f10397ee37ba551e57bad563a846f2dc5bb5b.zip
review note
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 51aae036..e1c3a998 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -327,7 +327,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
LDLIBS += -lc
endif
- # TODO: On ARM 32bit arch, miniaudio requires atomics library
+ # NOTE: On ARM 32bit arch, miniaudio requires atomics library
LDLIBS += -latomic
endif
ifeq ($(PLATFORM_OS),OSX)