usability

blog Single file compilation

juliant's picture

What I always liked about other compilers was the ease to compile simple examples. Just write a C file and call

gcc hello_world.c
and the compiler does the rest. Of course when you get to more complex systems you need wp:makefiles and the like, but for a quick test it is very convenient to be able to compile single files.


Syndicate content