From: David Griffith Date: Wed, 1 Aug 2018 04:53:24 +0000 (-0700) Subject: Add unmentioned build targets of "curses" and ncurses". X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=481e1a6c73c12c4d6137ed51a9070c7d4e5030d7;p=liskon_frotz.git Add unmentioned build targets of "curses" and ncurses". --- 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 \