summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 98388a7..4549e80 100644
--- a/readme.txt
+++ b/readme.txt
@@ -9,12 +9,13 @@ Currently it can:
What it should do:
- Preprocess
- Parse
- - Compile
+ - Compile simple programs
- Compile itself
+ - Compile everything
Compiling
---------
-Run `make attocc`.
+Run `cc attocc.c -o attocc` or `make attocc`.
Licence
-------