Skip to content
Snippets Groups Projects
Commit 9e861cad authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'remove_makefile' into 'main'

Remove unneeded Makefile

See merge request stackspin/stackspin!882
parents 0b3ee551 ece571c3
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,8 @@ __pycache__
*.swp
*.pyc
# Personal taskfile(s)
Taskfile.yaml
# Documentation files
/docs/_build
.DEFAULT_GOAL := help
help:
# See Makefile for available targets.
freeze:
# pip wrongly adds `pkg-resources==0.0.0` which will break some systems, see
# https://open.greenhost.net/stackspin/stackspin/issues/498#note_15057
pip3 freeze | grep -v "pkg-resources" > requirements-stable.txt
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