From 1168062168cb49773a8ba39d541d1fd7f8a7ae0d Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Wed, 19 Jul 2023 16:49:00 +0530 Subject: [PATCH] page improvements --- Makefile | 3 ++- static/content/posts/development/cmake-basics.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f82a2a5..5eede2d 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,5 @@ css-serve: # clean clean: - rm -rf dist \ No newline at end of file + rm -rf dist + rm -rf html-only/public \ No newline at end of file diff --git a/static/content/posts/development/cmake-basics.md b/static/content/posts/development/cmake-basics.md index 2b9ece1..3efd31d 100644 --- a/static/content/posts/development/cmake-basics.md +++ b/static/content/posts/development/cmake-basics.md @@ -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