First published version.
[goaljobs.git] / examples / compile-c / README
diff --git a/examples/compile-c/README b/examples/compile-c/README
new file mode 100644 (file)
index 0000000..94f5a18
--- /dev/null
@@ -0,0 +1,11 @@
+Very trivial example of compiling a C program.
+
+It compiled 'main.c' & 'utils.c' into 'program' (these are just
+dummy C files which don't do anything interesting).
+
+To try it out, do:
+
+./compile
+
+You can also try deleting intermediate files (eg. rm main.o)
+and see which files get rebuilt.