got c11_sanity.c working (both segregated and single-header)

from now on I'm assuming both will work.
This commit is contained in:
ed
2025-02-11 20:26:03 -05:00
parent f41658efd8
commit 90836817e9
4 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
// This program expects to be run from the build directory (where it would be after being built)
#define path_root
#define path_examples path_root ".examples/"
#define path_examples path_root "examples/"
#define path_intro path_examples "intro/"
#define path_hello_world_mdesk path_intro "hello_world.mdesk"