From 43a4a966499d31007239653f211cec6b90c3ac1a Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 19 May 2024 10:30:12 +0200 Subject: Annual 2024. Update Makefile and add one for notes --- annual/2024/notes/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 annual/2024/notes/Makefile (limited to 'annual/2024/notes/Makefile') 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 -- cgit v1.2.3