Index of /project/Makeshift/example/mixed_top

[ICO]NameLast modifiedSizeDescription

[PAR]Parent Directory  -  
[jav]Builder.java2024-05-10 07:15 1.3K 
[jav]BuilderBuilder.java2024-05-10 07:15 677  
[jav]BuildTarget.java2024-05-10 07:15 722  
[jav]RegularProjectCodeA.java2024-05-10 07:15 223  
[jav]RegularProjectCodeB.java2024-05-10 07:15 223  

Mixing building code with other code

An example of a project with a top directory that mixes regular code and building code. Three files of it in this case; more typically a project would need only `BuildTarget.java`.

While not an actual project, this example nevertheless builds as one, e.g. `build Makeshift/example/mixed_top/ custom`.