aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-14 23:01:47 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-14 23:01:47 -0700
commit0cfcb96e5cc0b6ba3b151d13f011323172a29b58 (patch)
tree7cc1b64ff23c1fc2ee1661e995410a705ed7b6be
parent39bbb7b9cd0f45eda4b306b997432f98ba8e0325 (diff)
downloadbun-0cfcb96e5cc0b6ba3b151d13f011323172a29b58.tar.gz
bun-0cfcb96e5cc0b6ba3b151d13f011323172a29b58.tar.zst
bun-0cfcb96e5cc0b6ba3b151d13f011323172a29b58.zip
typo 2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d3d639f8..7c0d25c6d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PACKAGE_DIR := packages/bun-cli-$(TRIPLET)
DEBUG_PACKAGE_DIR := packages/debug-bun-cli-$(TRIPLET)
BIN_DIR := $(PACKAGE_DIR)/bin
RELEASE_BIN := $(BIN_DIR)/bun
-DEBUG_BIN := $(DEBUG_PACKAGE_DIR)/bin/bun-debug
+DEBUG_BIN := $(DEBUG_PACKAGE_DIR)/bin
BUILD_ID := $(shell cat ./build-id)
PACKAGE_JSON_VERSION := 0.0.0-$(BUILD_ID)
BUN_BUILD_TAG := bun-v$(PACKAGE_JSON_VERSION)