From 85a5a720e30279cd1c75d12e28eb995ee0096a31 Mon Sep 17 00:00:00 2001 From: Paolo Cinquegrana <paolo.cinquegrana@elettra.eu> Date: Fri, 17 Dec 2021 10:13:02 +0000 Subject: [PATCH] Update Makefile MAIN = sl-decimators.py -> MAIN = SlDecimators.py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efbe103..14a2aea 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = sl-decimators-gui -MAIN = sl-decimators.py +MAIN = SlDecimators.py DIRNAME = $(NAME:-gui=) MODNAME = $(MAIN:.py=) -- GitLab