Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075e460
)
remove dfrotz build dependencies
author
Sean Fitzgerald
<sean@fitzgeralds.me>
Mon, 26 Feb 2018 07:19:03 +0000
(23:19 -0800)
committer
GitHub
<noreply@github.com>
Mon, 26 Feb 2018 07:19:03 +0000
(23:19 -0800)
As the intention of dfrotz is be dependency free, make it so at build time as well.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 248969d7e7e5f3ce67f796f8985c6295f1d4491a..04e1f7c268ad57deada2bc57afbab8166ed6ad2a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-159,7
+159,7
@@
frotz: $(SRCDIR)/frotz_common.a $(SRCDIR)/frotz_curses.a $(SRCDIR)/blorblib.a
$(CC) $(CFLAGS) $^ -o $@$(EXTENSION) $(CURSES) $(LDFLAGS)
dfrotz: $(SRCDIR)/frotz_common.a $(SRCDIR)/frotz_dumb.a $(SRCDIR)/blorblib.a
- $(CC) $(CFLAGS) $^ -o $@$(EXTENSION)
$(LDFLAGS)
+ $(CC) $(CFLAGS) $^ -o $@$(EXTENSION)
# Libs