cpu-tests,Makefile: remove unused rules

This commit is contained in:
Zihao Yu 2021-07-03 20:36:04 +08:00
parent 87c35f8f19
commit f3af11ebbf

View file

@ -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/