Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-covid19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wöhlke
flask-covid19
Commits
f4ed5af5
Commit
f4ed5af5
authored
3 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
work
parent
e20dc594
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-5
4 additions, 5 deletions
Makefile
with
4 additions
and
5 deletions
Makefile
+
4
−
5
View file @
f4ed5af5
...
...
@@ -3,7 +3,7 @@
all
:
clean setup build update_dependencies
@
echo
"all"
first_setup
:
setup_development_setuptools setup_development setup_pip_install build_setup_py
setup_first
:
setup_development_setuptools setup_development setup_pip_install build_setup_py
@
echo
"first_setup"
clean
:
clean_eggs clean_node_modules clean_static_vendor clean_checkmate
...
...
@@ -15,12 +15,12 @@ build: build_setup_py build_wheel_dist build_wheel build_frontend
setup_pip
:
clean_pip_install setup_development_pip setup_pip_install setup_pip_compile get_python_requirements_from_txt setup_development_setuptools
setup_venv
:
python3
-m
venv
.
venv
python3
-m
venv venv
clean_venv
:
@
echo
"clean_venv"
deactivate
rm
-rf
.
venv
@
echo
"
deactivate
"
rm
-rf
venv
setup_development_pip
:
@
echo
"setup_development_pip"
...
...
@@ -87,7 +87,6 @@ build_wheel:
@
echo
"build_wheel"
python
-m
build
--wheel
love
:
@
echo
"not war!"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment