From 55e8240585cd967ea081a48db58cc8d4b4053da1 Mon Sep 17 00:00:00 2001 From: nekottyo Date: Tue, 2 Jun 2020 01:29:49 +0900 Subject: [PATCH] Fix build cmd --- .gitignore | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9e669580..53dd11b9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ !.gitkeep testenv/ +release/ + alfred-datadog-workflow diff --git a/Makefile b/Makefile index afebe666..a45a993e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ lint: action-release: get @mkdir -p ${RELEASE_DIR} - @${BUILD_CMD} ${RELEASE_DIR}/${PKG_NAME} ${LDFLAGS} . + @${BUILD_CMD} -o ${RELEASE_DIR}/${PKG_NAME} ${LDFLAGS} . @cp info.plist icon.png LICENSE README.md ${RELEASE_DIR} clean-release: