From 5f232d8862bf5493aeb80a0663ea9d752aa3c59a Mon Sep 17 00:00:00 2001 From: chris west Date: Mon, 9 Nov 2020 18:21:29 -0800 Subject: [PATCH] start phetch on `make debug` --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4b2c2cf..e874054 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ release: $(PHETCH_RELEASE) # Binary with debugging info debug: $(PHETCH_DEBUG) + ./target/debug/phetch # Remove the release directory and its contents clean: