summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-03-11 15:58:33 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-03-11 15:58:33 +0800
commit499fc003610febe43c546db508b44ca6ec00beed (patch)
treea33dffb8d1743c12ffd436b23456f7c2dc6bbd05
parent993fc7a94a3aa2d8f59b59b0f0e30a282c5fa433 (diff)
downloadmrust-499fc003610febe43c546db508b44ca6ec00beed.tar.gz
Makefile - Add target
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5689863d..a0dfb46c 100644
--- a/Makefile
+++ b/Makefile
@@ -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