Add release target on the Makefile

closes #146

[ci skip]
pull/1/head
Konstantinos Sideris 7 years ago
parent 64e475908b
commit f524700767
  1. 4
      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

Loading…
Cancel
Save