From 556da06eff22dfbe46f23dc6d448adedffbd2954 Mon Sep 17 00:00:00 2001 From: fenze Date: Mon, 16 May 2022 10:55:45 +0200 Subject: [PATCH] makefile: fix conflict --- makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/makefile b/makefile index b5fe0e4..4f832d0 100644 --- a/makefile +++ b/makefile @@ -26,12 +26,7 @@ rose: strip ./rose debug: -<<<<<<< HEAD $(CC) -fPIC -o rose *.c $(CFLAGS) $(LIBS) -Wall -Wextra -======= - $(CC) -fPIC -o rose *.c $(CFLAGS) $(LIBS) $(OPTIONS) -Wall -Wextra \ - -Wno-unused-variable ->>>>>>> 1d622de7971b8439866dfb2873d0b33004437431 config.h: [ -f "$@" ] || cp config.def.h $@