diff options
author | John Hodge <tpg@mutabah.net> | 2018-06-02 17:54:02 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-06-02 17:54:02 +0800 |
commit | 8225decdd04b7bae20ad82b20059f0fd6da2abd4 (patch) | |
tree | 6fd6b3ec3cc2570ce8a3678fa7dce8dff2696671 /Makefile | |
parent | def6cf31fff577776692027706fa3a3aa8bc29b3 (diff) | |
download | mrust-8225decdd04b7bae20ad82b20059f0fd6da2abd4.tar.gz |
Remove serialise.cpp compile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |