X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=Makefile;h=694bd06524329325fd9d1040dcfb6294b194ff1d;hp=3de1c2c79ab559d0477443508480e414bcacd54f;hb=04e21ce26ebabdde9586ca9d2a3168431e448df5;hpb=8a46d2fb3b2f409b80642cd6fe30645017c980bc diff --git a/Makefile b/Makefile index 3de1c2c7..694bd065 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ 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_windows: - win_build.bat + cd build && cmake .. -G "MinGW Makefiles" && mingw32-make + +clean: + rm -rf build/*