Skip to content

Commit a1d0f5e

Browse files
Merge pull request #1 from pythonph/fix/makefile-syntax
fix(makefile): add missing colon in run-server-tailwind
2 parents 923b583 + 512b4b4 commit a1d0f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run-ruff:
1818
run-server-tailwind:
1919
$(PYTHON) $(MANAGE) tailwind runserver
2020

21-
run-tailwind-setup
21+
run-tailwind-setup:
2222
$(PYTHON) $(MANAGE) tailwind setup
2323

2424
run-tailwind-build:

0 commit comments

Comments
 (0)