aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-24 19:39:06 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-24 19:39:06 +0200
commit737b423a187a39719ad394501eb4dc84b80386d7 (patch)
treef31fa51874f3604cb399dc5e59e413cc1647ea6e /content/pages
parent02e5f44491bf736ab8c462832c34ca890eb124fc (diff)
downloadmitjafelicijan.com-737b423a187a39719ad394501eb4dc84b80386d7.tar.gz
Added makext to the projects page
Diffstat (limited to 'content/pages')
-rw-r--r--content/pages/projects.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md
index 5540b53..2b3b45f 100644
--- a/content/pages/projects.md
+++ b/content/pages/projects.md
@@ -7,6 +7,7 @@ draft: false
7--- 7---
8 8
9- [Simple snapshot manager](#simple-snapshot-manager) 9- [Simple snapshot manager](#simple-snapshot-manager)
10- [QOL Extensions for GNU Make](#qol-extensions-for-gnu-make)
10- [Just build me a fucking page](#just-build-me-a-fucking-page) 11- [Just build me a fucking page](#just-build-me-a-fucking-page)
11- [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions) 12- [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions)
12 13
@@ -25,6 +26,17 @@ Simple snapshot utility that uses TAR to compress current directory into a
25 - First release. 26 - First release.
26 - Able to tag and create tar snapshots. 27 - Able to tag and create tar snapshots.
27 28
29## QOL Extensions for GNU Make
30
31Makext is a collection of useful extensions for Makefiles, aimed at simplifying
32and enhancing the functionality of Make-based projects. These extensions
33provide additional features and convenience functions to improve the overall
34usage of GNU Make as a task runner.
35[GitHub repository](https://github.com/mitjafelicijan/makext).
36
37- Version 0.1 / 2024-05-15 ([makext-v0.1.tar](/snapshots/makext-v0.1.tar))
38 - First release.
39
28## Clutch, nested X11 dwm sessions 40## Clutch, nested X11 dwm sessions
29 41
30Clutch allows you to run nested dwm session inside your existing X or Wayland 42Clutch allows you to run nested dwm session inside your existing X or Wayland