From 45204fc39a2b3e1b7421e092ec873b06c844514d Mon Sep 17 00:00:00 2001 From: asus Date: Sun, 4 Feb 2024 14:16:24 +0100 Subject: [PATCH] - error with wp-admin - changes in makefiles --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 435eb43..6316d19 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,18 @@ WP_DOCKER = ./wordpress_docker all: $(MAKE) $@ -C $(WP_DOCKER) +fclean: + $(MAKE) $@ -C $(WP_DOCKER) -.PHONY : all +re: + $(MAKE) $@ -C $(WP_DOCKER) + +erase: + $(MAKE) $@ -C $(WP_DOCKER) + +new: + $(MAKE) $@ -C $(WP_DOCKER) + + +.PHONY : all fclean re erase new