Oops, fix merge conflict.

This commit is contained in:
2026-01-11 12:54:46 +01:00
parent fe650743b9
commit 503bd21fae
-7
View File
@@ -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 \