add more fallback values to allow basic build to proceed

This commit is contained in:
nhmall
2025-07-07 12:43:27 -04:00
parent adef0707f7
commit b4f2ef853a
2 changed files with 7 additions and 0 deletions

View File

@@ -188,7 +188,9 @@ SYSOBJ = $(TARGETPFX)ioctl.o $(TARGETPFX)unixmain.o $(TARGETPFX)unixtty.o \
#CFLAGS = -O -I../include
#LFLAGS =
#fallback values, only if these are not already set
CFLAGS ?= -I../include
LINK ?= $(CC)
AR = ar
ARFLAGS = rcs
@@ -408,6 +410,10 @@ WINCURSESLIB = -lncurses
#
# LIBS =
#fallback values, only if these are not already set
WINOBJ ?= $(WINTTYOBJ)
WINLIB ?= $(WINTTYLIB) -lncurses
# make NetHack
GAME = nethack
# GAME = nethack.prg