build: use c11 everywhere

And improve the makefiles
This commit is contained in:
ObserverOfTime 2024-02-27 21:56:24 +02:00 committed by Amaan Qureshi
parent e75a36232b
commit 799833f9cf
11 changed files with 41 additions and 40 deletions

View file

@ -1,3 +1,5 @@
#define _POSIX_C_SOURCE 200112L
#include <time.h>
#include <assert.h>
#include <stdio.h>