aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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