From 512b4b453b41c82b6ea805a04e3c6caa159b4922 Mon Sep 17 00:00:00 2001 From: Renan Matthew Fajardo Date: Tue, 7 Oct 2025 22:53:36 +0800 Subject: [PATCH] git commit -m "fix: add missing colon in Makefile target" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4844651..0b21921 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ run-ruff: run-server-tailwind: $(PYTHON) $(MANAGE) tailwind runserver -run-tailwind-setup +run-tailwind-setup: $(PYTHON) $(MANAGE) tailwind setup run-tailwind-build: