cpu-tests,Makefile: support target gdb

This commit is contained in:
Zihao Yu 2021-10-20 12:56:40 +08:00
parent c03fc2b97b
commit adc316af6e

View file

@ -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/