1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

page improvements

This commit is contained in:
2023-07-19 16:49:00 +05:30
parent a2cff8b6e0
commit 1168062168
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -22,4 +22,5 @@ css-serve:
# clean
clean:
rm -rf dist
rm -rf dist
rm -rf html-only/public
@@ -28,7 +28,7 @@ and various features.
## What is CMake?
![You CMake me happy](/images/cmake-happy.webp)
![You CMake me happy:left](/images/cmake-happy.webp)
CMake stands for Cross-platform Make. Normally, a build tool like Make
will parse a configuration file (Makefile) that contains all the
@@ -51,7 +51,7 @@ again: just remove the build directory and you are done.
## CMake Syntax
![Compiling](https://imgs.xkcd.com/comics/compiling.png)
![Compiling:right](https://imgs.xkcd.com/comics/compiling.png)
CMake unlike Make is a configuration language itself. CMake supplies a
rich library of inherent functions as well as common programming