More small changes, working on the dialogs right now.
[quassel.git] / Makefile
index 51e4bcc..694bd06 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,9 @@ default:
 
 run_cmake:
        cd build && cmake .. && make
+
+build_windows:
+       cd build && cmake .. -G "MinGW Makefiles" && mingw32-make
+
+clean:
+       rm -rf build/*