C library and cause problems with address space for something NetHack's
size.
# CFLAGS = -g -I../include
CFLAGS = -O -I../include
-LFLAGS =
+LFLAGS =
# The Qt and Be window systems are written in C++, while the rest of
# NetHack is standard C. If using Qt, uncomment the LINK line here to get
Sysatt: $(HOBJ) Makefile
@echo "Loading ..."
- @$(LINK) $(LFLAGS) /lib/crt0s.o /lib/shlib.ifile -o $(GAME) $(HOBJ)
+ @$(LD) $(LFLAGS) /lib/crt0s.o /lib/shlib.ifile -o $(GAME) $(HOBJ)
@touch Sysatt
Systos: $(HOBJ) Makefile