summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-05 17:56:02 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-05 17:56:02 +0200
commit7a653b208d693b3b83467d9f0869840996a488a5 (patch)
tree26902c01a81997d175fd72b9fff403bca5972ef4 /Makefile
parentExclude modifier keys from triggering typing notifications (diff)
downloadnheko-7a653b208d693b3b83467d9f0869840996a488a5.tar.xz
Add build script for AppImage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile

index b4f3f470..a7565ee5 100644 --- a/Makefile +++ b/Makefile
@@ -17,6 +17,9 @@ test: @cmake --build build @cd build && GTEST_COLOR=1 ctest --verbose +linux-appimage: + @./.ci/linux/deploy.sh + app: release-debug $(APP_TEMPLATE) @cp -fp ./build/$(APP_NAME) $(APP_TEMPLATE)/Contents/MacOS @echo "Created '$(APP_NAME).app' in '$(APP_TEMPLATE)'"