wip renaming plugins elements

This commit is contained in:
asus
2024-02-12 10:13:02 +01:00
parent 0113500b13
commit ff7a9423a1
27 changed files with 458 additions and 200 deletions

View File

@@ -30,6 +30,15 @@ erase:
new:
$(MAKE) $@ -C $(WP_DOCKER_D)
down:
$(MAKE) $@ -C $(WP_DOCKER_D)
.PHONY : all fclean re erase new
up:
$(MAKE) $@ -C $(WP_DOCKER_D)
build:
$(MAKE) $@ -C $(WP_DOCKER_D)
.PHONY : all fclean re erase new down up build