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
2af6c685
Commit
2af6c685
authored
3 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
working on: 0.0.32 Release
parent
17627fa3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
2af6c685
...
@@ -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"
...
...
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