Skip to content

Commit

Permalink
Fix build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nekottyo committed Jun 1, 2020
1 parent c39cc11 commit 55e8240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@

!.gitkeep
testenv/
release/

alfred-datadog-workflow
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 55e8240

Please sign in to comment.