From e85d7756a6015ae0eb197552863147658ccd6649 Mon Sep 17 00:00:00 2001 From: Spiro Trikaliotis Date: Sat, 19 Feb 2022 12:52:02 +0100 Subject: [PATCH] Rename target test to asm --- test/asm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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