~x2go/x2go/x2goclient_build-main

1
2
3
4
all:
	g++ -mwindows -o ../client_build/release/x2gohelper.exe x2gohelper.cpp
clean:
	del ..\client_build\release\x2gohelper.exe