aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-12-28 14:31:49 +0100
committeruser <user@node5.net>2024-12-28 14:31:49 +0100
commit40a5a3bb3aac7e49aaadb33a9e72e7059ae82910 (patch)
tree147759bda91aff89b971c4a58e5fa5e9668ef0ba /Makefile
parent24ec8b02c15c140a710440139821bfb7521adfc2 (diff)
Flask - Show multiple countries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..921bd53
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+debug:
+ ./venv/bin/flask -A src/map_node5_net.py run --debug --port 5001