aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-07 18:10:15 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-07 18:10:15 +0000
commitd1bb4f42bd6ab8e8f0d0dfe7acb45183e4629760 (patch)
treebed66cf902367f0d28e152e0d5612480e873ca52 /makefile
parent1a89a34dfc04a32ec5c25f6bb6d91173acf31679 (diff)
downloadCompiler-d1bb4f42bd6ab8e8f0d0dfe7acb45183e4629760.tar.gz
Compiler-d1bb4f42bd6ab8e8f0d0dfe7acb45183e4629760.zip
Went about the issue with yyleng being of weird type
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4c0b301..1f4c829 100644
--- a/makefile
+++ b/makefile
@@ -29,7 +29,7 @@ $(LEXSRCDIR)/%.yy.cpp : $(LEXSRCDIR)/%.flex
clean:
@echo "Cleaning..."
- @echo " rm -r $(LEXBUILDDIR) bin $(LEXSRCDIR)/c_lexer.yy.cpp"; rm -r $(LEXBUILDDIR) bin $(LEXSRCDIR)/c_lexer.yy.cpp
+ @echo " rm -r $(LEXBUILDDIR) bin $(LEXSRCDIR)/c_lexer.yy.cpp2"; rm -r $(LEXBUILDDIR) bin $(LEXSRCDIR)/c_lexer.yy.cpp
.PHONY: clean