all: cosmetic updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-07-06 18:03:37 +02:00
parent 525e091472
commit c79aa6ad8a
14 changed files with 155 additions and 106 deletions
+2 -1
View File
@@ -4,8 +4,9 @@
#
# INFO: this Makefile is just a convenience wrapper for calling CMake
# (using a somewhat current CMake version is highly recommended)
# NOTE: if you only have an older CMake 3.x then you can invoke cmake manually like this:
# HINT: if you only have an older CMake 3.x then you can invoke cmake manually like this:
# mkdir -p build/release
# cd build/release
# cmake ../..