Restructure

This commit is contained in:
2025-01-29 23:21:18 +02:00
parent 0165e7d682
commit 69811ba0f2
25 changed files with 332 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
# Literaly only need thos so i can get a compile_commands.json so my clangd lsp stops yelling at me
# Literally only need this so i can get a compile_commands.json so my clangd lsp stops yelling at me
OUTD ?= ./build
@@ -7,7 +7,7 @@ LD = gcc
AR = ar
# -fblocks
CCARGS = -fpic -Wall -O3 -Wall -Isrc/include
CCARGS = -fpic -Wall -O3 -Wall -I include
LDARGS =
# -lBlocksRuntime
@@ -30,4 +30,3 @@ build/obj/%.o: src/%.c