X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=546ba819ee95d4568049aaf732ec6651d7d082f9;hb=894ac28186ce52c2e42c6b425073f54601ca02d5;hp=d196a56bdec8ba333e9455d8256efe713ccf372b;hpb=ea3b4567154359795ef32bd7b9d8cfb62aa3117c;p=open-adventure.git diff --git a/Makefile b/Makefile index d196a56..546ba81 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ INC+=$(shell pkg-config --cflags libedit) # LLVM/Clang on macOS seems to need -ledit flag for linking UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) - CCFLAGS += -ledit + LIBS += -ledit endif OBJS=main.o init.o actions.o score.o misc.o saveresume.o