aboutsummaryrefslogtreecommitdiffstats
path: root/archive
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2024-05-17 21:42:03 +0200
committerGustav Eek <gustav.eek@fripost.org>2024-05-17 21:42:03 +0200
commitf43068ca50cb21c582d680f7856ead034f9abb1a (patch)
tree9b4586a6ccc645fc15725198b314856c0acffdea /archive
parentb3fc7a69323fb1ae11172311c14609a5f2d415d1 (diff)
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.
Diffstat (limited to 'archive')
-rw-r--r--archive/Makefile3
1 files changed, 3 insertions, 0 deletions
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