From 2e3805e7ba7b9a21fd1dc625513aedab7dda1c44 Mon Sep 17 00:00:00 2001 From: Jude Melton-Houghton Date: Sat, 3 Oct 2020 08:09:05 -0400 Subject: [PATCH] Clean up sdl1 pdcurses.so in make clean --- sdl1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl1/Makefile b/sdl1/Makefile index a012385b..3c8ab972 100644 --- a/sdl1/Makefile +++ b/sdl1/Makefile @@ -47,7 +47,7 @@ all: libs libs: $(LIBCURSES) $(LIBCURSES_SO) clean: - -rm -rf *.o trace $(LIBCURSES) $(DEMOS) + -rm -rf *.o trace $(LIBCURSES) $(LIBCURSES_SO) $(DEMOS) demos: $(DEMOS) ifneq ($(DEBUG),Y)