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)
|
-@make -s -f $@ ARCH=$(ARCH) $(MAKECMDGOALS)
|
||||||
-@rm -f Makefile.$*
|
-@rm -f Makefile.$*
|
||||||
|
|
||||||
# cancel rules included by $(AM_HOME)/Makefile.check
|
run: all
|
||||||
image: ;
|
|
||||||
default $(MAKECMDGOALS): all ;
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf Makefile.* build/
|
rm -rf Makefile.* build/
|
||||||
|
|
Loading…
Reference in a new issue