From 9e190cb5aac5efee3bcea354110ff0892c8c565f Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Wed, 10 Aug 2022 20:16:18 +0800 Subject: [PATCH] fix delete --- cmd/open_im_cron_task/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/open_im_cron_task/Makefile b/cmd/open_im_cron_task/Makefile index 0a0ff2967..e14b3da77 100644 --- a/cmd/open_im_cron_task/Makefile +++ b/cmd/open_im_cron_task/Makefile @@ -1,7 +1,7 @@ .PHONY: all build run gotool install clean help BINARY_NAME=open_im_cron_task -BIN_DIR=../../../bin/ +BIN_DIR=../../bin/ all: gotool build