Add unmentioned build targets of "curses" and ncurses".
authorDavid Griffith <dave@661.org>
Wed, 1 Aug 2018 04:53:24 +0000 (21:53 -0700)
committerDavid Griffith <dave@661.org>
Wed, 1 Aug 2018 04:53:24 +0000 (21:53 -0700)
Makefile

index defe26273dfddc2d083d61e2fcd5abc9d2a63624..7eaf9d3ccbaf157ef7b80e37de65c8a2752f56f6 100644 (file)
--- 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 \