diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-07 23:07:30 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-07 23:07:30 +0200 |
commit | f5247007673c9d6168f188b347d9ebd4dad89edf (patch) | |
tree | 0766412308f1e82adcd8843d2aabaec4dc708259 /Makefile | |
parent | Handle malformed m.topic events (diff) | |
download | nheko-f5247007673c9d6168f188b347d9ebd4dad89edf.tar.xz |
Add release target on the Makefile
closes #146 [ci skip]
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 |