From 7acb487cf7f1c6542daaf2f36b4ca1b0daf04884 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Fri, 28 Nov 2014 20:02:52 +0100 Subject: [PATCH] Fix names in makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fab8610..31bd30f 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ cleanautogen: rm -f Parser.?pp lex.* location.hh position.hh stack.hh clean: cleanautogen - rm -f Monicelli.dot Monicelli.output + rm -f Parser.output Parser.dot