summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-06-22 13:40:59 +0200
committerKarel Miko <karel.miko@gmail.com>2018-06-22 13:40:59 +0200
commitcd4184ac3986144a0482e098fa9afa30dd0cf2d6 (patch)
treefe1ef8860fcc8707f12ab58a82992f713b27996c /Makefile.PL
parentfa1fb141299ac5466009569962fa300f2d064ae2 (diff)
tuning libtom-update
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 891df7ec..af0bbe51 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -101,6 +101,8 @@ sub MY::postamble {
} if $^O eq 'MSWin32' && $Config{cc} =~ /gcc/;
$extra_targets .= q{
+update-libtom:
+ $(NOECHO) perl src/update-libtom.pl
versionsync:
$(NOECHO) perl _generators/version_patch.pl sync
versioninc: