diff options
Diffstat (limited to 'annual/2024/notes/Makefile')
-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 |