X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=Makefile;h=81821bcfe4979cbcdca9d0af4e9156086a196a1c;hp=3de1c2c79ab559d0477443508480e414bcacd54f;hb=130ccf5033c21ca3ad0e0357a82953b5727bd0e9;hpb=8a46d2fb3b2f409b80642cd6fe30645017c980bc diff --git a/Makefile b/Makefile index 3de1c2c7..81821bcf 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,11 @@ default: run_cmake: cd build && cmake .. && make -# I need the prepare/restore at my system, because I have to alter the $PATH -# temporarily. Because it's very system dependent, I didn't include the files. -# -- kaffeedoktor +build_mono_windows: + cd build && cmake -DBUILD="mono" .. -G "MinGW Makefiles" && mingw32-make + build_windows: - win_build.bat + cd build && cmake -DBUILD="core gui" .. -G "MinGW Makefiles" && mingw32-make + +clean: + rm -rf build/*