cpu-tests,Makefile: remove unused rules
This commit is contained in:
parent
87c35f8f19
commit
f3af11ebbf
1 changed files with 1 additions and 3 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue