Add release target on the Makefile

closes #146

[ci skip]
This commit is contained in:
Konstantinos Sideris 2017-12-07 23:07:30 +02:00
parent 64e475908b
commit f524700767
1 changed files with 4 additions and 0 deletions

View File

@ -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