This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit d2706ee31bf632055489b65312ed023c7ee04439 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 6 01:27:00 2015 +0100 x2gohelper/Makefile: and delete correct binary file, if requested. --- x2gohelper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gohelper/Makefile b/x2gohelper/Makefile index bf67ded..1c3f886 100644 --- a/x2gohelper/Makefile +++ b/x2gohelper/Makefile @@ -1,4 +1,4 @@ all: g++ -mwindows -o ../client_build/release/x2gohelper.exe x2gohelper.cpp clean: - del ..\release\x2gohelper.exe + del ..\client_build\release\x2gohelper.exe -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git