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
|
RESULT = .result
|
||||||
$(shell > $(RESULT))
|
$(shell > $(RESULT))
|
||||||
|
@ -27,6 +27,8 @@ run: all
|
||||||
@cat $(RESULT)
|
@cat $(RESULT)
|
||||||
@rm $(RESULT)
|
@rm $(RESULT)
|
||||||
|
|
||||||
|
gdb: all
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf Makefile.* build/
|
rm -rf Makefile.* build/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue