From 481e1a6c73c12c4d6137ed51a9070c7d4e5030d7 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 31 Jul 2018 21:53:24 -0700 Subject: [PATCH] Add unmentioned build targets of "curses" and ncurses". --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index defe262..7eaf9d3 100644 --- a/Makefile +++ b/Makefile @@ -175,6 +175,8 @@ $(SUB_CLEAN): # Main programs +curses: $(FROTZ_BIN) +ncurses: $(FROTZ_BIN) $(FROTZ_BIN): $(COMMON_LIB) $(CURSES_LIB) $(BLORB_LIB) $(COMMON_LIB) $(CC) $(CFLAGS) $+ -o $@$(EXTENSION) $(CURSES) $(LDFLAGS) \ $(CURSES_LDFLAGS) @@ -333,7 +335,7 @@ help: .SUFFIXES: .SUFFIXES: .c .o .h -.PHONY: all clean dist dumb sdl hash help \ +.PHONY: all clean dist curses ncurses dumb sdl hash help \ common_defines curses_defines \ blorb_lib common_lib curses_lib dumb_lib \ install install_dfrotz install_sfrotz \ -- 2.34.1