Add update_dir to makefile

This commit is contained in:
Clortox
2021-03-08 22:13:24 -05:00
parent 53c3f1f5ed
commit bdc7b196ef
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ INSTALL_PATH = /var/www/html/
update_config : var/config.php
cp var/config.php $(INSTALL_PATH)/var/config.php
update_dir :
cp -r dir $(INSTALL_PATH)
install: var/config.php
@echo "Installing to $(INSTALL_PATH)"
@echo "Everything there will be deleted"