andlabs / qo

Another build system for C/C++, I guess? Inspired by 'go build'
Other
307 stars 9 forks source link

Added 'output' directive to specify final target name #5

Open carrotsrc opened 9 years ago

carrotsrc commented 9 years ago

If specified - 'output = filename' enables qo to link all the object files together under that filename; falls back on directory name as output name if directive is unspecified.