From f43068ca50cb21c582d680f7856ead034f9abb1a Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Fri, 17 May 2024 21:42:03 +0200 Subject: System. Add Makefiles for all sorts of actions The general *lib/Makefile* contains all commands and should be included from other places. Add particular makefiles for archive and 2023 board minutes. --- board/2023/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 board/2023/Makefile (limited to 'board') diff --git a/board/2023/Makefile b/board/2023/Makefile new file mode 100644 index 0000000..a88a36a --- /dev/null +++ b/board/2023/Makefile @@ -0,0 +1,4 @@ +MINUTES = $(basename $(wildcard *.md)) + +include ../../lib/Makefile + -- cgit v1.2.3