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)