diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-03 10:24:35 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-03 10:24:35 +0300 |
commit | 33a8628059afc2799c3d3fff032baf5b5b8a592f (patch) | |
tree | b4e0373a1c36be8b9a4fd7c81e3062b1c738d40f /Makefile | |
parent | Adjust CMakeLists to make dependency downloading optional (diff) | |
download | nheko-33a8628059afc2799c3d3fff032baf5b5b8a592f.tar.xz |
Update the room list after a redacted event has been removed
fixes #286
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index a8ba1826..a8478105 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ debug: @cmake -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 @cmake --build build - @cp build/compile_commands.json . ci: @cmake -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo |