Rewrite everything

This commit is contained in:
Ole Morud
2023-06-03 16:04:24 +02:00
committed by Ole Morud
parent 57979892f8
commit d3754e64e5
6 changed files with 64 additions and 101 deletions

View File

@@ -6,8 +6,8 @@ BUILD_DIR := build
BIN_DIR := lib
TEST_DIR := test
OBJS := $(BUILD_DIR)/arena.o $(BUILD_DIR)/alloc_backend.o
FPIC_OBJS := $(BUILD_DIR)/fpic/arena.o $(BUILD_DIR)/fpic/alloc_backend.o
OBJS := $(BUILD_DIR)/arena.o
FPIC_OBJS := $(BUILD_DIR)/fpic/arena.o
static : $(BIN_DIR)/libarena.a