diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2024-05-19 10:30:12 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2024-06-02 10:47:07 +0200 |
commit | 43a4a966499d31007239653f211cec6b90c3ac1a (patch) | |
tree | d06163fbc192a1b83ae9fe2ea2a6d350f9d4a6fc /annual/2024/notes | |
parent | 332379d966647be60f14498659a2525505167713 (diff) |
Annual 2024. Update Makefile and add one for notes
Diffstat (limited to 'annual/2024/notes')
-rw-r--r-- | annual/2024/notes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/annual/2024/notes/Makefile b/annual/2024/notes/Makefile new file mode 100644 index 0000000..52deafe --- /dev/null +++ b/annual/2024/notes/Makefile @@ -0,0 +1,3 @@ +REPORTS = $(basename $(wildcard *.md)) +ROOT = $(shell git rev-parse --show-toplevel) +include $(ROOT)/lib/Makefile |