remove dfrotz build dependencies
authorSean Fitzgerald <sean@fitzgeralds.me>
Mon, 26 Feb 2018 07:19:03 +0000 (23:19 -0800)
committerGitHub <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

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