added more rules in parent makefile

This commit is contained in:
asus
2024-02-10 02:24:21 +01:00
parent f1f04c4f12
commit 4e18b21406

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