-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsimplemake
More file actions
58 lines (58 loc) · 1.15 KB
/
Copy pathsimplemake
File metadata and controls
58 lines (58 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# list of c files to compile
math/aabb2.c
math/rng.c
input_keycodes.c
string/string.c
string/slice.c
ui/uno/uno.c
ui/color/color.c
shell/shell.c
shell/sheldon/sheldon.c
shell/sheldon/builtin_handler.c
data/struct/queue.c
data/struct/double_linked_list.c
data/struct/linked_list.c
data/struct/priority_queue.c
data/struct/chunk_array.c
data/struct/p_queue.c
data/struct/hashmap.c
data/struct/ring_buffer.c
data/format/url.c
data/format/query_string.c
data/format/userinfo.c
data/format/percent.c
data/format/tokenizer/tokenizer.c
data/format/helpers/token_utils.c
data/format/helpers/token_stream.c
data/format/toml.c
data/format/csv.c
data/format/scanner/scanner.c
data/format/json.c
data/serialize/binary_scanner.c
data/serialize/binary_serial.c
audio/wav.c
audio/tone.c
audio/cuatro.c
memory/memory_access.c
memory/memory.c
image/bmp.c
image/png.c
image/image.c
files/buffer.c
files/helpers.c
files/dir_list.c
alloc/allocate.c
alloc/page_index.c
utils/indent.c
utils/package_info.c
utils/embedded_fmt/tcf.c
draw/draw.c
draw/textdraw.c
draw/pathdraw.c
draw/rects.c
syscalls/syscalls.c
net/checksums.c
compression/huffman.c
compression/deflate.c
fonts/ttf/ttf.c
fonts/font.c