summaryrefslogtreecommitdiff
path: root/src/preproc/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/README')
-rw-r--r--src/preproc/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/preproc/README b/src/preproc/README
new file mode 100644
index 0000000..35d6a23
--- /dev/null
+++ b/src/preproc/README
@@ -0,0 +1,7 @@
+This directory contains files for building pp, a ANSI-C preprocessor for
+C (with some extensions). pp itself is not needed to build the Icon
+compiler system -- the files here are automatically incorporated in
+rtt.
+
+However, if you want to build a stand-alone version of pp for
+some other use, the Makefile here will do it.