From 7428bcddec31555efeaeefcfbc4a24a8dedba1d1 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Mon, 11 Nov 2024 12:01:44 +0100 Subject: [PATCH] Auto compile on script run. --- scripts/main.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/main.pl b/scripts/main.pl index b41b6f8..2224c68 100644 --- a/scripts/main.pl +++ b/scripts/main.pl @@ -5,6 +5,12 @@ use strict; use warnings; use File::Basename qw/dirname/; + +{ + system 'perl', 'Build.PL'; + system 'perl', 'Build', 'build'; +} + use blib; use Exd::Gui;