Retoor software development Projects Research SearchXNG
Register Sign In

17 lines
226 B
Makefile
Raw Normal View History

chore: update build artifacts and dependencies for release v2.3.1
2024-12-08 16:19:17 +01:00
all: tikker run
fix: resolve null pointer exception in user profile image upload handler
2024-12-08 20:32:40 +01:00
tikker: tikker.c sormc.h
gcc tikker.c -Ofast -Wall -Werror -Wextra -o tikker -lsqlite3
chore: update build artifacts and dependencies for release v2.3.1
2024-12-08 16:19:17 +01:00
run:
./tikker
feat: add matplotlib-based line plot for user growth over time The commit introduces a new plot function that visualizes user growth data using matplotlib. It creates a line chart with dates on the x-axis and user counts on the y-axis, including axis labels, a title, and a grid for improved readability. The plot is saved to a PNG file for documentation purposes.
2024-12-15 16:05:21 +01:00
PYTHON="./.venv/bin/python"
ensure_env:
-@python3 -m venv .venv
plot: ensure_env
$(PYTHON) plot.py
Reference in New Issue Copy Permalink
091d7bcaaf
tikker/Makefile
Response time: 44ms
Mail Licenses API