package Makeshift.example.mixed_top;

// Changes to this file immediately affect the next build.  Treat it as a build script.


/** The builder builder proper to this example project.
  */
public final class BuilderBuilder extends Makeshift.BuilderBuilderDefault {


    public BuilderBuilder() { super( "Makeshift.example.mixed_top" ); }



    public void build() throws Makeshift.Bootstrap.UserError {
        super.build();
        Makeshift.Bootstrap.printProgressLeader( projectPackage(), "mixA" );
        System.out.println( 1 ); }} // Pretending to do more.



                                                        // Copyright © 2020  Michael Allan.  Licence MIT.