Wave changes
This commit is contained in:
10
Makefile
Executable file → Normal file
10
Makefile
Executable file → Normal file
@@ -4,7 +4,7 @@ VENV := .venv
|
||||
PY := $(VENV)/bin/python
|
||||
PIP := $(VENV)/bin/pip
|
||||
|
||||
all: fix-permissions clean-output build search clean-venv
|
||||
all: clean-output build search clean-venv
|
||||
|
||||
build:
|
||||
@echo "Building project..."
|
||||
@@ -34,7 +34,11 @@ norm:
|
||||
fix-permissions:
|
||||
echo "shakkal123" | sudo -S chown -R zaine:zaine .
|
||||
|
||||
restore-permissions:
|
||||
echo "shakkal123" | sudo -S chown -R 33:33 .
|
||||
|
||||
perm-change-logs:
|
||||
echo "shakkal123" | sudo -S chown -R zaine:zaine org-web-build.log
|
||||
|
||||
# Show help message
|
||||
help:
|
||||
@@ -45,4 +49,6 @@ help:
|
||||
@echo " make clean-venv - Remove venv directory"
|
||||
@echo " make norm - Move all files that end with ~ to the backup folder"
|
||||
@echo " make search - creates the search index"
|
||||
@echo " make help - Show this help message"
|
||||
@echo " make fix-permissions - Fix permissions for the current user"
|
||||
@echo " make restore-permissions - Restore permissions to www-data"
|
||||
@echo " make help - Show this help message!"
|
||||
|
||||
Reference in New Issue
Block a user