Clean up sdl1 pdcurses.so in make clean

This commit is contained in:
Jude Melton-Houghton
2020-10-03 08:09:05 -04:00
parent 14954927c2
commit 2e3805e7ba

View File

@@ -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)