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/Makefile | |
parent | 40c9b7796d87e8f4404da28648a2a80d51d9f6db (diff) |
Meeting, Jul 26, 2024. Complete Makefile and link lib folder
Diffstat (limited to 'board/2024/2024-07-06/Makefile')
-rw-r--r-- | board/2024/2024-07-06/Makefile | 4 |
1 files changed, 1 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 |