From 69112d13c80f3a3d34a77e94fd8d18ea79e444eb Mon Sep 17 00:00:00 2001 From: Chris Basoglu Date: Mon, 1 Feb 2016 11:16:08 -0800 Subject: [PATCH] Simplified clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05e3013ff..055ffee82 100644 --- a/Makefile +++ b/Makefile @@ -556,7 +556,7 @@ clean: @echo $(SEPARATOR) @rm -rf $(OBJDIR) @rm -rf $(ALL) - @rm -rf $(SOURCEDIR)/CNTK/buildinfo.h + @rm -rf $(BUILDINFO) @echo finished cleaning up the project buildall : $(ALL)