From a905009db013f1aef90f1ac511e9b5194dcd1444 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sun, 11 May 2025 10:22:45 +0200 Subject: [PATCH] makefile vars added to notes --- notes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notes b/notes index e6b5d04..e3c8207 100644 --- a/notes +++ b/notes @@ -268,3 +268,8 @@ product { } ] } + +makefile vars: +- COMMON_DIR: static common sources (e.g., src/lv2.c) +- DATA_DIR: generated sources/data (e.g., src/data.h, data/manifest.ttl.in) +- PLUGIN_DIR: plugin source (e.g., plugin.h)