X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=Makefile;h=3de1c2c79ab559d0477443508480e414bcacd54f;hp=51e4bcc5256757cb8fd08604fd714b518ca26b84;hb=8a46d2fb3b2f409b80642cd6fe30645017c980bc;hpb=33c58d75d27a8f72492cb71adbc43bf75281718c diff --git a/Makefile b/Makefile index 51e4bcc5..3de1c2c7 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,9 @@ 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