> 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:21:39 up 14:21,  2 users,  load average: 0.04, 0.09, 0.09
This commit is contained in:
tracer-ics2023
2024-08-18 10:21:40 +08:00
committed by zzy
parent a310f78283
commit 1561f6194e

View File

@ -47,13 +47,4 @@ $(clean-tools):
clean-tools: $(clean-tools)
clean-all: clean distclean clean-tools
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