Update makefile with some libraries compiled separately

This commit is contained in:
2026-06-17 17:34:07 +02:00
parent f0267d7a5c
commit 8aab365e14
7 changed files with 65 additions and 22 deletions

View File

@@ -2,12 +2,12 @@
#include <sha256.h>
#include <uuid/uuid.h>
#include <dirent.h>
#define NOH_IMPLEMENTATION
#include "path.h"
#include "noh.h"
Noh_Arena temp;
#include "path.c"
#include "users.c"
#define SV Noh_String_View