- error with wp-admin
- changes in makefiles
This commit is contained in:
14
Makefile
14
Makefile
@@ -19,6 +19,18 @@ WP_DOCKER = ./wordpress_docker
|
|||||||
all:
|
all:
|
||||||
$(MAKE) $@ -C $(WP_DOCKER)
|
$(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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user