aboutsummaryrefslogtreecommitdiffstats
path: root/board/2024/2024-07-06
diff options
context:
space:
mode:
Diffstat (limited to 'board/2024/2024-07-06')
-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