aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-07 18:15:00 +0000
committerGitHub <noreply@github.com>2017-02-07 18:15:00 +0000
commit934fc643b33e1af6c13e5658133c93a6a35b7cbd (patch)
tree57079666bbccbcf50fd4a1f58aae297b57007ecf /makefile
parentd1bb4f42bd6ab8e8f0d0dfe7acb45183e4629760 (diff)
downloadCompiler-934fc643b33e1af6c13e5658133c93a6a35b7cbd.tar.gz
Compiler-934fc643b33e1af6c13e5658133c93a6a35b7cbd.zip
Update makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1f4c829..4c0b301 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.cpp2"; rm -r $(LEXBUILDDIR) bin $(LEXSRCDIR)/c_lexer.yy.cpp
+ @echo " rm -r $(LEXBUILDDIR) bin $(LEXSRCDIR)/c_lexer.yy.cpp"; rm -r $(LEXBUILDDIR) bin $(LEXSRCDIR)/c_lexer.yy.cpp
.PHONY: clean