From 305ed76b2693dd068a8e59687eecef0c5d3c6518 Mon Sep 17 00:00:00 2001 From: Marko Kosunen Date: Sun, 6 Oct 2024 06:26:12 +0300 Subject: [PATCH] Add debug make recipe --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 139bef1..0a0ba2b 100644 --- a/Makefile +++ b/Makefile @@ -28,5 +28,6 @@ help: @echo " run" @echo " pull" @echo " push" + @echo " debug" @echo " all : build run"