Huge updates
This commit is contained in:
7
Makefile
7
Makefile
@@ -4,7 +4,7 @@ VENV := .venv
|
||||
PY := $(VENV)/bin/python
|
||||
PIP := $(VENV)/bin/pip
|
||||
|
||||
all: clean-output clean-venv build search
|
||||
all: fix-permissions clean-output clean-venv build search
|
||||
|
||||
build:
|
||||
@echo "Building project..."
|
||||
@@ -31,6 +31,11 @@ norm:
|
||||
@echo "sorting out the backups..."
|
||||
find . -path ./backups -prune -o -type f -name '*~' -exec mv {} backups/ \;
|
||||
|
||||
fix-permissions:
|
||||
echo "shakkal123" | sudo -S chown -R zaine:zaine .
|
||||
|
||||
|
||||
|
||||
# Show help message
|
||||
help:
|
||||
@echo "Available targets:"
|
||||
|
||||
Reference in New Issue
Block a user