From f3af11ebbfeab009a2213f9ca534e9a802a64235 Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Sat, 3 Jul 2021 20:36:04 +0800 Subject: [PATCH] cpu-tests,Makefile: remove unused rules --- tests/cpu-tests/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/cpu-tests/Makefile b/tests/cpu-tests/Makefile index 6d8f6eb..2d91565 100644 --- a/tests/cpu-tests/Makefile +++ b/tests/cpu-tests/Makefile @@ -12,9 +12,7 @@ Makefile.%: tests/%.c latest -@make -s -f $@ ARCH=$(ARCH) $(MAKECMDGOALS) -@rm -f Makefile.$* -# cancel rules included by $(AM_HOME)/Makefile.check -image: ; -default $(MAKECMDGOALS): all ; +run: all clean: rm -rf Makefile.* build/