This commit is contained in:
3
Makefile
Normal file → Executable file
3
Makefile
Normal file → Executable file
@@ -3,6 +3,7 @@
|
||||
VENV := .venv
|
||||
PY := $(VENV)/bin/python
|
||||
PIP := $(VENV)/bin/pip
|
||||
OUTPUT_DIR ?= $(if $(SITE_OUTPUT_DIR),$(SITE_OUTPUT_DIR),output)
|
||||
PERM_DIR := /home/zaine/master-folder/projects/scripts/bash-scripts
|
||||
|
||||
AUTHOR_PORT := 8765
|
||||
@@ -41,7 +42,7 @@ $(VENV):
|
||||
|
||||
clean-output:
|
||||
@echo "Cleaning output directory..."
|
||||
rm -rf output/
|
||||
rm -rf "$(OUTPUT_DIR)"
|
||||
|
||||
clean-venv:
|
||||
@echo "Cleaning virtual environment..."
|
||||
|
||||
Reference in New Issue
Block a user