project setup

This commit is contained in:
Lorenzo Torres 2026-01-17 11:55:02 +01:00
commit b8d5044e64
6 changed files with 647 additions and 0 deletions

5
config.mk Normal file
View file

@ -0,0 +1,5 @@
AR:=ar
CC:=cc
CFLAGS:=-std=c11 -pedantic -Wall -Wextra -ggdb -O2 -Iinclude
ARFLAGS:=rcs