bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
GNU Affero General Public License v3.0
3.63k stars 104 forks source link

how to compiler multi file #133

Closed Jhinxs closed 9 months ago

Jhinxs commented 9 months ago

how to compiler multi file.....like blfat build program.cs class1.cs class2.cs ..... etc

MichalStrehovsky commented 9 months ago

how to compiler multi file.....like blfat build program.cs class1.cs class2.cs ..... etc

Exactly like that, you could have just tried it. The name of the output will match the first file name. You can specify different output with -o