We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63c5ec8 + 0c36ba1 commit 6d2addcCopy full SHA for 6d2addc
Makefile
@@ -1,6 +1,6 @@
1
PROJECT_NAME := $(shell basename $CURDIR)
2
VIRTUAL_ENV := $(CURDIR)/.venv
3
-LOCAL_PYTHON := $(VIRTUAL_ENV)/bin/python3
+LOCAL_PYTHON := $(VIRTUAL_ENV)/bin/python
4
5
define HELP
6
Manage $(PROJECT_NAME). Usage:
@@ -98,4 +98,4 @@ clean:
98
find . -type d -wholename '**/.pytest_cache' -exec rm -rf {} + && \
99
find . -type d -wholename '**/*.log' -exec rm -rf {} + && \
100
find . -type d -wholename './.reports/*' -exec rm -rf {} + && \
101
- find . -type d -wholename '**/.webassets-cache' -exec rm -rf {} +
+ find . -type d -wholename '**/.webassets-cache' -exec rm -rf {} +
0 commit comments