summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-07 23:07:30 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-07 23:07:30 +0200
commitf5247007673c9d6168f188b347d9ebd4dad89edf (patch)
tree0766412308f1e82adcd8843d2aabaec4dc708259 /Makefile
parentHandle malformed m.topic events (diff)
downloadnheko-f5247007673c9d6168f188b347d9ebd4dad89edf.tar.xz
Add release target on the Makefile
closes #146

[ci skip]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fbbbed9b..7cd40baf 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,10 @@ release-debug:
 	@cmake -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo
 	@cmake --build build
 
+release:
+	@cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo
+	@cmake --build build
+
 linux-appimage:
 	@./.ci/linux/deploy.sh