Conversation

My build system: a script that does `gcc $(pkg-config --cflags --libs blah) foo.c` a .vimrc with `set makeprg=./build.sh` and `set autowrite` Then I just type `:make` every time to build it. Vastly superior to using autotools and cmake.