Skip to content
Snippets Groups Projects
Commit f5247007 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Add release target on the Makefile

closes #146

[ci skip]
parent 64e47590
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment