> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 10:19:25 up 14:18,  2 users,  load average: 0.19, 0.11, 0.10
This commit is contained in:
tracer-ics2023
2024-08-18 10:19:26 +08:00
committed by zzy
parent c064ddcb68
commit cda8690092

View File

@ -48,9 +48,12 @@ clean-tools: $(clean-tools)
clean-all: clean distclean clean-tools
test: NEMUARGS += -Dargs
DEFINE ?=
test: CFLAGS += -D$(DEFINE)
test: run
@echo "Testing $(DEFINE)"
@echo "$TESTING $(CFLAGS)"
.PHONY: run gdb run-env clean-tools clean-all $(clean-tools) test