summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-19 21:34:52 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-19 21:34:52 -0400
commitb7debc4e7f5d50a89214421a704864a30a291cdc (patch)
treebfda2bbde8d1feeeb5c4af8d8430185b726ffce5 /README
parent43967b6306aa18903b3ba2b00e701facaf306840 (diff)
downloadroux-b7debc4e7f5d50a89214421a704864a30a291cdc.tar.gz
add compilation instructions
Diffstat (limited to 'README')
-rw-r--r--README6
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'.