copy files

This commit is contained in:
osaajani 2020-02-18 04:20:12 +01:00
parent 650cc6dac1
commit 34a6f7de65
1 changed files with 4 additions and 2 deletions

6
Makefile Normal file → Executable file
View File

@ -18,8 +18,10 @@ migrate: vendor
install: vendor migrate
install -d $(INSTALL_DIR)
install . $(INSTALL_DIR)
chmod -R 750 .
install -m750 -d $(INSTALL_DIR)
cp -a . $(INSTALL_DIR)
clean: