From 503bd21faef2abcbae22b84e0f126f5cb965f274 Mon Sep 17 00:00:00 2001 From: anth64 Date: Sun, 11 Jan 2026 12:54:46 +0100 Subject: [PATCH] Oops, fix merge conflict. --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 587b67f..4a0d6e2 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,7 @@ CFLAGS_DEBUG = -g -O0 -Wall -Wpedantic -I$(INC_DIR) -std=c89 -fPIC CFLAGS_RELEASE = -O2 -Wall -Wpedantic -I$(INC_DIR) -std=c89 -fPIC LDFLAGS = -ldl -<<<<<<< HEAD -# Compiler and flags -CC := cc -CFLAGS_DEBUG := -g -O0 -Wall -Wpedantic -I$(INC_DIR) -std=c89 -CFLAGS_RELEASE := -O2 -Wall -Wpedantic -I$(INC_DIR) -std=c89 -======= LIB_NAME = libstk.so ->>>>>>> 9712d47 ('simplify' make file to work across gmake and bmake) OBJS_DEBUG = \ $(OBJ_DIR)/debug/module.o \