diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-03-11 15:58:33 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-03-11 15:58:33 +0800 |
commit | 499fc003610febe43c546db508b44ca6ec00beed (patch) | |
tree | a33dffb8d1743c12ffd436b23456f7c2dc6bbd05 | |
parent | 993fc7a94a3aa2d8f59b59b0f0e30a282c5fa433 (diff) | |
download | mrust-499fc003610febe43c546db508b44ca6ec00beed.tar.gz |
Makefile - Add target
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ OBJ += mir/check_full.o OBJ += hir/serialise.o hir/deserialise.o hir/serialise_lowlevel.o OBJ += trans/trans_list.o trans/mangling.o OBJ += trans/enumerate.o trans/monomorphise.o trans/codegen.o trans/codegen_c.o +OBJ += trans/target.o PCHS := ast/ast.hpp |