removed make run rule
This commit is contained in:
parent
6e75cb6f49
commit
9fe2fbe80a
7
Makefile
7
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
|
||||
|
|
Loading…
Reference in a new issue