Skip to content
Snippets Groups Projects
Commit 2af6c685 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.32 Release

parent 17627fa3
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
all: clean setup build update_dependencies all: clean setup build update_dependencies
@echo "all" @echo "all"
clean: clean_eggs clean_node_modules clean_static_vendor clean_checkmate clean_pip_install clean: clean_eggs clean_node_modules clean_static_vendor clean_checkmate
@echo "clean" @echo "clean"
build: build_setup_py build_wheel_dist build_wheel build_frontend build: build_setup_py build_wheel_dist build_wheel build_frontend
@echo "build" @echo "build"
setup_pip: setup_development_pip setup_pip_install setup_pip_compile get_python_requirements_from_txt setup_development_setuptools setup_pip: clean_pip_install setup_development_pip setup_pip_install setup_pip_compile get_python_requirements_from_txt setup_development_setuptools
setup_development_pip: setup_development_pip:
@echo "setup_development_pip" @echo "setup_development_pip"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment