makefile vars added to notes

This commit is contained in:
Stefano D'Angelo 2025-05-11 10:22:45 +02:00
parent 3448832862
commit a905009db0

5
notes
View File

@ -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)