generators set up

This commit is contained in:
2026-08-04 11:30:30 +10:00
parent 9eab7ffbda
commit 6de562b7c3
9 changed files with 162 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ SRC=src
OBJ=obj
CC=gcc
CFLAGS=-Wall -Wextra -fPIC -O3
CFLAGS=-Wall -Wextra -fPIC -O3# -fsanitize=address -g
TARGET=libgravity.so
TEST_TARGET=testapp