X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=afd81a099480bd0da6d103abb8e44fe8e6d45f66;hp=d196a56bdec8ba333e9455d8256efe713ccf372b;hb=baa7800a3f6f7a768a3e16a86dd951424df31acb;hpb=ea3b4567154359795ef32bd7b9d8cfb62aa3117c diff --git a/Makefile b/Makefile index d196a56..afd81a0 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 @@ -45,7 +45,7 @@ saveresume.o: advent.h dungeon.h dungeon.o: dungeon.c dungeon.h $(CC) $(CCFLAGS) $(DBX) -c dungeon.c -dungeon.c dungeon.h: make_dungeon.py adventure.yaml templates/*.tpl +dungeon.c dungeon.h: make_dungeon.py adventure.yaml advent.h templates/*.tpl ./make_dungeon.py clean: