diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 ------- |