more debugs messages on wp installation

This commit is contained in:
asus
2023-09-03 17:37:23 +02:00
parent 80aa4b7f4a
commit a1532e1873
4 changed files with 17 additions and 18 deletions

View File

@@ -84,6 +84,10 @@ fclean: fclean-images fclean-volumes
re: fclean all
# !! remove everything everything
erase_v:
- rm -rf $(VOLUMES_D)
new: erase_v re
.PHONY : all $(VOLUMES_D) build up list clean fclean re
.PHONY : all $(VOLUMES_D) build up list clean fclean re erase_v new