diff --git a/test/asm/Makefile b/test/asm/Makefile index d722c47db..b35c30c9f 100644 --- a/test/asm/Makefile +++ b/test/asm/Makefile @@ -14,9 +14,9 @@ WORKDIR = ../testwrk/asm SUBDIRS = cpudetect opcodes listing -.PHONY: test continue mostlyclean clean +.PHONY: all continue mostlyclean clean -test: mostlyclean continue +all: mostlyclean continue define CALL_template