aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-10 22:53:48 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-10 22:53:48 +0000
commit733e278a3c20988cfe1ae386fe057945a805bbb3 (patch)
tree33768c321ed595677a456c2c104944df275a4b5e /makefile
parente05e2206c362c541766c0b12abdfd4355c4b232a (diff)
downloadCompiler-733e278a3c20988cfe1ae386fe057945a805bbb3.tar.gz
Compiler-733e278a3c20988cfe1ae386fe057945a805bbb3.zip
[Doc] Writing more
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