Add a few useful developers maketargets to win32/Makefile
Yves Orton [Sun, 29 Oct 2006 13:28:31 +0000 (15:28 +0200)]
Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>

p4raw-id: //depot/perl@29131

win32/Makefile

index b788667..3fbcbec 100644 (file)
@@ -1296,6 +1296,17 @@ test-reonly : reonly utils
        cd ..\t
        $(PERLEXE) -I..\lib harness $(OPT) -re \bpat\b \breg \bre\b $(EXTRA)
        cd ..\win32
+
+regen :
+       cd ..
+       regen.pl
+       cd win32
+
+regnodes :
+       cd ..
+       regcomp.pl
+       cd win32
+
        
 test-notty : test-prep
        set PERL_SKIP_TTY_TEST=1