diff --git a/Makefile b/Makefile index f50d2a8..134ae68 100644 --- a/Makefile +++ b/Makefile @@ -11,12 +11,7 @@ build: cc $(source) $(args_debug) -o bin/$(project) $(libraries) $(includes) $(CFLAGS) b: build -# build and run using debugger -run: build - gdb -x run.gdb -- bin/$(project) -r: run - -# same as run, but giving you a chance to configure the debugger/set breakpoints before running +# start debugger with target debug: gdb -- bin/$(project) d: debug