(no commit message)
[quassel.git] / Makefile
1 # This Makefile simply runs cmake from the build directory.
2 # This, of course, triggers an out-of-source build.
3 # Binaries are going to be in build/.
4
5 default_target: run_cmake
6
7 run_cmake:
8         cd build && cmake .. && make