projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4df12
)
Fix warning on macOS
author
Aaron Traas
<aaron@traas.org>
Thu, 6 Dec 2018 15:01:34 +0000
(10:01 -0500)
committer
Aaron Traas
<aaron@traas.org>
Thu, 6 Dec 2018 15:01:34 +0000
(10:01 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d196a56bdec8ba333e9455d8256efe713ccf372b..546ba819ee95d4568049aaf732ec6651d7d082f9 100644
(file)
--- 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)
-
CCFLAG
S += -ledit
+
LIB
S += -ledit
endif
OBJS=main.o init.o actions.o score.o misc.o saveresume.o