qo
qo copied to clipboard
Another build system for C/C++, I guess? Inspired by 'go build'
It would be nice if we could have a way to have a C file ignored by qo.
I just found qo recently, and it looks really nice. However, someone on Reddit pointed out that he didn't see any dependency checking. Does qo just rebuild everything every time?...
Is it 'kw-oh' or 'co'? :smile:
mingw32
It would be nice to be able to override g++ with mingw32 for compiling windows specific headers. This is useful for compiling windows specific headers that caused this error: ```...
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.
I really like the idea of this, I wish build systems were less intrusive and this seems to do something toward that. I feel however it would be useful to...