tests for variable argument lists
[qbe.git] / README
blobcabfe1f6156a41c20b598ad6050f4a85afd0b895
1 QBE - Backend Compiler              http://c9x.me/compile/
3 doc/    Documentation.
4 minic/  An example C frontend for QBE.
5 tools/  Miscellaneous tools (testing).
6 test/   Unit tests.
8 The LICENSE file applies to all files distributed.
10 - Compilation
12 Invoke GNU make in this directory to create the executable
13 file obj/qbe.  On some systems (BSD) you might have to use
14 'gmake' instead of 'make'.