aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2024-07-02 08:50:15 +0200
committerGustav Eek <gustav.eek@fripost.org>2024-07-02 08:50:15 +0200
commitb9b3a41830010498d50fc53daf46c033586e0498 (patch)
treecef995c8b10402a7e779f46a487c00e5c649730d
parent40c9b7796d87e8f4404da28648a2a80d51d9f6db (diff)
Meeting, Jul 26, 2024. Complete Makefile and link lib folder
-rw-r--r--board/2024/2024-07-06/Makefile4
l---------board/2024/2024-07-06/lib1
2 files changed, 2 insertions, 3 deletions
diff --git a/board/2024/2024-07-06/Makefile b/board/2024/2024-07-06/Makefile
index f42ba37..c2a8a4e 100644
--- a/board/2024/2024-07-06/Makefile
+++ b/board/2024/2024-07-06/Makefile
@@ -1,6 +1,4 @@
MINUTES = minutes agenda
POLICY = board-procedures
-ROOT = $(shell git rev-parse --show-toplevel)
-
-include $(ROOT)/lib/Makefile
+include lib/Makefile
diff --git a/board/2024/2024-07-06/lib b/board/2024/2024-07-06/lib
new file mode 120000
index 0000000..a5bc743
--- /dev/null
+++ b/board/2024/2024-07-06/lib
@@ -0,0 +1 @@
+../../../lib \ No newline at end of file