X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=eaaa4c0b03c588b24e5e98d41cff0ab5d4018df7;hp=0000000000000000000000000000000000000000;hb=294db46231ea91d70fff258b884fb9c5d8c806bf;hpb=2926388f68e888b89796521fb63f0469d6f05b45 diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..eaaa4c0b --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +# This Makefile simply runs cmake from the build directory. +# This, of course, triggers an out-of-source build. +# Binaries are going to be in build/. + +default_target: run_cmake + +run_cmake: + cd build && cmake .. && make