From 733e278a3c20988cfe1ae386fe057945a805bbb3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 10 Mar 2018 22:53:48 +0000 Subject: [Doc] Writing more --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 3bedb39..83c4076 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ COMPINC := -Ic_compiler/include COMPBUILDDIR := c_compiler/build COMPSRCDIR := c_compiler/src -all : bin/c_lexer bin/c_parser +all : bin/c_lexer bin/c_parser bin/c_compiler # Make the c_lexer bin/c_lexer : $(LEXBUILDDIR)/main.o $(LEXBUILDDIR)/c_lexer.o $(LEXBUILDDIR)/c_lexer.yy.o -- cgit