Closed ethanc8 closed 2 weeks ago
Also note that I added some things to .gitignore to ignore clangd-generated files. (clangd is a C/C++ language server which uses Clang and provides Intellisense-like features to vscode).
@thradams What's in lib.c
? Is it supposed to make such a huge diff when I run ./build
?
"lib.c" is a amalgamated (all files in one) version of cake. Currently it is only used in the web build.
The only thing I've found so far is that there's a missing
#include <stdlib.h>
.