make, scripts: Rename projects.py -> jw-projects.py

projects.py is too unspecific, rename it to jw-projects.py.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-15 12:06:38 +01:00
commit fbc9e3a001
5 changed files with 6 additions and 5 deletions

6
scripts/jw-projects.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
from jw.build.App import App
App().run()