cpu-tests,Makefile: support target gdb
This commit is contained in:
parent
c03fc2b97b
commit
adc316af6e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
.PHONY: all run clean latest $(ALL)
|
||||
.PHONY: all run gdb clean latest $(ALL)
|
||||
|
||||
RESULT = .result
|
||||
$(shell > $(RESULT))
|
||||
|
@ -27,6 +27,8 @@ run: all
|
|||
@cat $(RESULT)
|
||||
@rm $(RESULT)
|
||||
|
||||
gdb: all
|
||||
|
||||
clean:
|
||||
rm -rf Makefile.* build/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue