diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-04-19 21:34:52 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-04-19 21:34:52 -0400 |
commit | b7debc4e7f5d50a89214421a704864a30a291cdc (patch) | |
tree | bfda2bbde8d1feeeb5c4af8d8430185b726ffce5 | |
parent | 43967b6306aa18903b3ba2b00e701facaf306840 (diff) | |
download | roux-b7debc4e7f5d50a89214421a704864a30a291cdc.tar.gz |
add compilation instructions
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README index 0b0e5d2..cabfe1f 100644 --- a/README +++ b/README @@ -6,3 +6,9 @@ tools/ Miscellaneous tools (testing). test/ Unit tests. The LICENSE file applies to all files distributed. + +- Compilation + +Invoke GNU make in this directory to create the executable +file obj/qbe. On some systems (BSD) you might have to use +'gmake' instead of 'make'. |