diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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)'" |