diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-01-19 02:39:50 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-01-19 02:39:50 +0000 |
commit | 4e7a16f1cd9b778a1c1e1984b4f3f60b462bcd64 (patch) | |
tree | 10b2338165633d8deb8cd3b859beb3dbb41b79f6 /mds/lazymakefiles.md | |
parent | update for lazymakefiles (diff) | |
download | blog-4e7a16f1cd9b778a1c1e1984b4f3f60b462bcd64.tar.gz blog-4e7a16f1cd9b778a1c1e1984b4f3f60b462bcd64.zip |
updates for the blog entries
Diffstat (limited to 'mds/lazymakefiles.md')
-rw-r--r-- | mds/lazymakefiles.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mds/lazymakefiles.md b/mds/lazymakefiles.md index ded0fab..be71c46 100644 --- a/mds/lazymakefiles.md +++ b/mds/lazymakefiles.md @@ -100,6 +100,8 @@ Well that's about it.<br/> Below you can find the current(at the time of writing) versio of both the C and the Cpp makefiles.<br/> You can always find the latest versions [here](https://raw.githubusercontent.com/terminaldweller/scripts/main/makefilec) for C and [here](https://raw.githubusercontent.com/terminaldweller/scripts/main/makefilecpp) for Cpp.<br/> +## C + ```make TARGET?=main SHELL=bash @@ -340,6 +342,7 @@ help: @echo "--deepclean will clean almost everything" ``` +## Cpp ```make TARGET?=main SHELL=bash @@ -583,7 +586,8 @@ help: <p> <div class="timestamp">timestamp:1705630055</div> - <div class="version">version:1.0.0</div> + <div class="version">version:1.1.0</div> <div class="rsslink">https://blog.terminaldweller.com/rss/feed</div> + <div class="originalurl">https://raw.githubusercontent.com/terminaldweller/blog/main/mds/lazymakefiles.md</div> </p> <br> |