From 1561f6194ef5e765f65f9a7696f9be6ca606df17 Mon Sep 17 00:00:00 2001 From: tracer-ics2023 Date: Sun, 18 Aug 2024 10:21:40 +0800 Subject: [PATCH] =?UTF-8?q?>=20=20compile=20NEMU=20221220000=20=E5=BC=A0?= =?UTF-8?q?=E4=B8=89=20Linux=20zzy=205.15.146.1-microsoft-standard-WSL2=20?= =?UTF-8?q?#1=20SMP=20Thu=20Jan=2011=2004:09:03=20UTC=202024=20x86=5F64=20?= =?UTF-8?q?x86=5F64=20x86=5F64=20GNU/Linux=20=2010:21:39=20up=2014:21,=20?= =?UTF-8?q?=202=20users,=20=20load=20average:=200.04,=200.09,=200.09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nemu/scripts/native.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nemu/scripts/native.mk b/nemu/scripts/native.mk index dfeebe4..2d71ef7 100644 --- a/nemu/scripts/native.mk +++ b/nemu/scripts/native.mk @@ -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