Use Bytes instead of String for mutable byte array.
[goaljobs.git] / examples / compile-c / README
1 Very trivial example of compiling a C program.
2
3 It compiled 'main.c' & 'utils.c' into 'program' (these are just
4 dummy C files which don't do anything interesting).
5
6 To try it out, do:
7
8 ./compile
9
10 You can also try deleting intermediate files (eg. rm main.o)
11 and see which files get rebuilt.