xxd -n (set variable name) doesn't exist on all systems, use shell utilities to build the headers

Fixes #1
This commit is contained in:
Toby Jaffey 2025-12-13 22:20:38 +00:00
parent bee38ce935
commit 1c9e9296be
7 changed files with 24 additions and 6 deletions

View file

@ -25,4 +25,6 @@ const unsigned char mandel[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x00
};
unsigned int mandel_len = 300;
unsigned int mandel_len =
300
;