From 4f5c956a8c400b187d0a71e15db1ef34c34d9b6e Mon Sep 17 00:00:00 2001 From: "paolo.cinquegrana@elettra.eu" <paolo.cinquegrana@elettra.eu> Date: Mon, 11 Nov 2024 17:56:04 +0100 Subject: [PATCH] rinomitato file .py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index addc9b8..28f98cf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = sl-calendar-gui -MAIN = sl-calendar.py +MAIN = SlCalendar.py DIRNAME = $(NAME:-gui=) MODNAME = $(MAIN:.py=) -- GitLab