fix cleanall target (lib object files)

This commit is contained in:
2021-12-03 18:07:06 +01:00
parent bd0ccdd942
commit 2fc8a49cea

View File

@@ -44,7 +44,7 @@ clean:
done
cleanall: clean
@$(RM) -f $(SLIB) $(DLIB)
@$(RM) -f $(SLIB) $(DLIB) $(LIBOBJ)
redo: cleanall all