small easy buildscript, that should work for people who forget the cmake syntax....
[quassel.git] / Makefile
index 51e4bcc..81821bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,12 @@ default:
 
 run_cmake:
        cd build && cmake .. && make
+
+build_mono_windows:
+       cd build && cmake -DBUILD="mono" .. -G "MinGW Makefiles" && mingw32-make
+       
+build_windows:
+       cd build && cmake -DBUILD="core gui" .. -G "MinGW Makefiles" && mingw32-make
+
+clean:
+       rm -rf build/*