From d1bb4f42bd6ab8e8f0d0dfe7acb45183e4629760 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 7 Feb 2017 18:10:15 +0000 Subject: Went about the issue with yyleng being of weird type --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit