summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-06-02 17:54:02 +0800
committerJohn Hodge <tpg@mutabah.net>2018-06-02 17:54:02 +0800
commit8225decdd04b7bae20ad82b20059f0fd6da2abd4 (patch)
tree6fd6b3ec3cc2570ce8a3678fa7dce8dff2696671 /Makefile
parentdef6cf31fff577776692027706fa3a3aa8bc29b3 (diff)
downloadmrust-8225decdd04b7bae20ad82b20059f0fd6da2abd4.tar.gz
Remove serialise.cpp compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28a0a909..1aafecc3 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ OBJDIR = .obj/
BIN := bin/mrustc$(EXESUF)
-OBJ := main.o serialise.o
+OBJ := main.o
OBJ += span.o rc_string.o debug.o ident.o
OBJ += ast/ast.o
OBJ += ast/types.o ast/crate.o ast/path.o ast/expr.o ast/pattern.o