makefile: fix conflict
This commit is contained in:
parent
cebd950c66
commit
556da06eff
5
makefile
5
makefile
|
@ -26,12 +26,7 @@ rose:
|
||||||
strip ./rose
|
strip ./rose
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
<<<<<<< HEAD
|
|
||||||
$(CC) -fPIC -o rose *.c $(CFLAGS) $(LIBS) -Wall -Wextra
|
$(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:
|
config.h:
|
||||||
[ -f "$@" ] || cp config.def.h $@
|
[ -f "$@" ] || cp config.def.h $@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user