From c5a684d5a706b6ff279a9a804383cce9421c4944 Mon Sep 17 00:00:00 2001 From: Producer Matt <58014742+ProducerMatt@users.noreply.github.com> Date: Sat, 16 Apr 2022 21:15:02 -0500 Subject: [PATCH] Makefile: incorrect executable location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49f05be43..c89943786 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ # # # basic debugging # make -j8 -O MODE=dbg o/dbg/examples/crashreport.com -# o/dbg/examples/crashreport.com +# o/examples/crashreport.com # less examples/crashreport.c # # # extremely tiny binaries