Align with SDL2 -- build pdcurses.a (not libpdcurses.a).

This commit is contained in:
William McBrine
2019-01-07 12:09:43 -05:00
parent e1fa07a62e
commit a04b8f4baa

View File

@@ -35,7 +35,7 @@ BUILD = $(CC) $(CFLAGS) -I$(PDCURSES_SRCDIR)
LINK = $(CC)
LDFLAGS = $(LIBCURSES) $(SLIBS)
RANLIB = ranlib
LIBCURSES = libpdcurses.a
LIBCURSES = pdcurses.a
DEMOS += sdltest