Skip to content

Commit 210451b

Browse files
committed
Minor fix in makefile
1 parent 6095d0a commit 210451b

File tree

2 files changed

+0
-132
lines changed

2 files changed

+0
-132
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
VENV_PATH=.venv
22
PYTHON_INTERPRETER=python3
3-
PYTHON_BIN=$(VENV_PATH)/bin/python
43
PIP=$(VENV_PATH)/bin/pip
54
TWINE=$(VENV_PATH)/bin/twine
65
DJANGO_MANAGE=$(VENV_PATH)/bin/python sandbox/manage.py
@@ -16,8 +15,6 @@ help:
1615
@echo "Please use \`make <target>' where <target> is one of"
1716
@echo
1817
@echo " install -- to install this project with virtualenv and Pip"
19-
@echo " freeze-dependencies -- to write a frozen.txt file with installed dependencies versions"
20-
@echo
2118
@echo " clean -- to clean EVERYTHING (Warning)"
2219
@echo " clean-var -- to clean data (uploaded medias, database, etc..)"
2320
@echo " clean-install -- to clean Python side installation"
@@ -137,13 +134,6 @@ test-initial:
137134
rm -Rf var/media-tests/
138135
.PHONY: test-initial
139136

140-
freeze-dependencies:
141-
@echo ""
142-
@echo "==== Freeze dependencies versions ===="
143-
@echo ""
144-
$(VENV_PATH)/bin/python freezer.py
145-
.PHONY: freeze-dependencies
146-
147137
build:
148138
@echo ""
149139
@echo "==== Build package ===="

freezer.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)