diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2024-07-02 08:50:15 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2024-07-02 08:50:15 +0200 |
commit | b9b3a41830010498d50fc53daf46c033586e0498 (patch) | |
tree | cef995c8b10402a7e779f46a487c00e5c649730d /board/2024/2024-07-06 | |
parent | 40c9b7796d87e8f4404da28648a2a80d51d9f6db (diff) |
Meeting, Jul 26, 2024. Complete Makefile and link lib folder
Diffstat (limited to 'board/2024/2024-07-06')
-rw-r--r-- | board/2024/2024-07-06/Makefile | 4 | ||||
l--------- | board/2024/2024-07-06/lib | 1 |
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 |