From fed691abddc2b242a6bcb81d87e18797b95bbe80 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 7 Mar 2017 16:15:51 +0000 Subject: Can compile simplest program --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 760d388..20b02d4 100644 --- a/makefile +++ b/makefile @@ -69,7 +69,7 @@ $(PARSRCDIR)/c_parser.tab.cpp $(PARSRCDIR)/c_parser.tab.hpp : $(PARSRCDIR)/c_par # Make the c_parser bin/c_compiler: $(COMPBUILDDIR)/compiler_main.o $(COMPBUILDDIR)/statement.o \ $(COMPBUILDDIR)/function.o $(COMPBUILDDIR)/expression.o \ - $(COMPBUILDDIR)/initializer.o $(COMPBUILDDIR)/translation_unit.o \ + $(COMPBUILDDIR)/translation_unit.o \ $(COMPBUILDDIR)/declaration.o $(COMPBUILDDIR)/type.o \ $(COMPBUILDDIR)/c_parser.tab.o $(COMPBUILDDIR)/c_lexer.yy.o @echo "Linking..." -- cgit