diff --git a/2021/Makefile b/2021/Makefile index 0e4101a..0edb149 100644 --- a/2021/Makefile +++ b/2021/Makefile @@ -44,7 +44,7 @@ clean: done cleanall: clean - @$(RM) -f $(SLIB) $(DLIB) + @$(RM) -f $(SLIB) $(DLIB) $(LIBOBJ) redo: cleanall all