From 931cdd922ab80428a518225813762a70a38c67a7 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sun, 11 May 2025 10:29:24 +0200 Subject: [PATCH] update notes --- notes | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/notes b/notes index e3c8207..d14a7d1 100644 --- a/notes +++ b/notes @@ -269,7 +269,11 @@ product { ] } -makefile vars: +makefile dirs: +- make always executed from Makefile directory - 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) +- PLUGIN_DIR: plugin sources (e.g., plugin.h) +- API_DIR: generated Tibia-related API sources (e.g., plugin_api.h) +- MKINC_DIR: Makefile includes (e.g., vars-pre.mk) +- build: build files