From 58ec8ed04b92a74f763cc5aa123a0ad9e7ebe7e2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 16 Jan 2026 10:23:00 +0100 Subject: Rename debugger source file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff1b104..b6264b0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: tdbg example -tdbg: main.cpp - clang++ main.cpp -o tdbg -I/usr/lib/llvm/21/include -L/usr/lib/llvm/21/lib -Wl,-rpath,/usr/lib/llvm/21/lib -llldb -std=c++17 +tdbg: tdbg.cpp + clang++ tdbg.cpp -o tdbg -I/usr/lib/llvm/21/include -L/usr/lib/llvm/21/lib -Wl,-rpath,/usr/lib/llvm/21/lib -llldb -std=c++17 example: example.c clang -g -o example example.c -- cgit v1.2.3