start adding low level functionality to help with future development

This commit is contained in:
2024-05-07 16:33:30 +01:00
parent 635aa98a1a
commit 6173c18be6
13 changed files with 696 additions and 35 deletions

View File

@@ -1,3 +1,3 @@
build:
mkdir -p bin
clang -O3 -o bin/cargon $(shell find src -name '*.c') -lncurses -Wall -Wextra -Werror
gcc -O3 -o bin/cargon $(shell find src -name '*.c') -Wall -Wextra -Werror