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. --- archive/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 archive/Makefile (limited to 'archive/Makefile') diff --git a/archive/Makefile b/archive/Makefile new file mode 100644 index 0000000..36d070c --- /dev/null +++ b/archive/Makefile @@ -0,0 +1,3 @@ +SEND = $(wildcard *.pdf) + +include ../lib/Makefile -- cgit v1.2.3