You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing the book, sometimes I add images to the source code but later found that some images should be deleted. However, after running make, those deleted images come back to the source code.
This is because the old images are all copied to the container and then all copied back to host. The solution is simple, just make clean and then make should suffice. This is a just minor issue.
The text was updated successfully, but these errors were encountered:
When writing the book, sometimes I add images to the source code but later found that some images should be deleted. However, after running
make
, those deleted images come back to the source code.This is because the old images are all copied to the container and then all copied back to host. The solution is simple, just
make clean
and thenmake
should suffice. This is a just minor issue.The text was updated successfully, but these errors were encountered: