diff --git a/sdl1/Makefile b/sdl1/Makefile index 37fe19c1..23bb73ba 100644 --- a/sdl1/Makefile +++ b/sdl1/Makefile @@ -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