From 4b0d7562e7b926d0b3aa4eb53846aaf7cc8460f1 Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Sat, 25 Feb 2023 08:33:18 +0800 Subject: [PATCH] Makefile: remove 2204 from tracer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60bc04b..8f113a2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ STUNAME = 张三 # DO NOT modify the following code!!! -TRACER = tracer-ysyx2204 +TRACER = tracer-ysyx GITFLAGS = -q --author='$(TRACER) ' --no-verify --allow-empty YSYX_HOME = $(NEMU_HOME)/..