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:
2938c96
)
Moved ldflags to end of cc line
author
tschmidty69
<tschmidty@yahoo.com>
Sat, 17 Feb 2018 15:05:43 +0000
(10:05 -0500)
committer
tschmidty69
<tschmidty@yahoo.com>
Sat, 17 Feb 2018 15:05:43 +0000
(10:05 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4e0980b7607c93d0efe496e6f68a35009370152d..230bd024a09cdc68d98094977cac981348404b0f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-156,7
+156,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) $(LDFLAGS)
all: frotz dfrotz