aim for successful build even without using hints file

This commit is contained in:
nhmall
2025-07-07 10:32:47 -04:00
parent ce8c4c3ca2
commit 69cf9ad689
2 changed files with 4 additions and 0 deletions

View File

@@ -188,6 +188,8 @@ SYSOBJ = $(TARGETPFX)ioctl.o $(TARGETPFX)unixmain.o $(TARGETPFX)unixtty.o \
#CFLAGS = -O -I../include
#LFLAGS =
CFLAGS ?= -I../include
AR = ar
ARFLAGS = rcs

View File

@@ -106,6 +106,8 @@ NHSROOT=..
#CFLAGS = -O -I../include
#LFLAGS =
CFLAGS ?= -I../include
# -lm required by lua
LFLAGS += -lm