diff options
author | Stian Rødven-Eide <stian@fripost.org> | 2025-05-30 19:35:28 +0200 |
---|---|---|
committer | Stian Rødven-Eide <stian@fripost.org> | 2025-05-30 19:35:28 +0200 |
commit | 6e55edbcb5cae09245b29d84275a12397f86aa03 (patch) | |
tree | da43a9a4b2bb7c6200e1d815af844b5b21088926 /annual/2025/notes/Makefile | |
parent | b520bb4d9182b5b25e8b5cb0835c9e563814b87d (diff) |
added annual 2025
Diffstat (limited to 'annual/2025/notes/Makefile')
-rw-r--r-- | annual/2025/notes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/annual/2025/notes/Makefile b/annual/2025/notes/Makefile new file mode 100644 index 0000000..52deafe --- /dev/null +++ b/annual/2025/notes/Makefile @@ -0,0 +1,3 @@ +REPORTS = $(basename $(wildcard *.md)) +ROOT = $(shell git rev-parse --show-toplevel) +include $(ROOT)/lib/Makefile |