summaryrefslogtreecommitdiff
path: root/tests/checkasm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-09-26 16:08:04 -0300
committerJames Almer <jamrial@gmail.com>2015-09-26 16:35:34 -0300
commitaf990d72b7e3fef3d09e1a79c53a80f1416a5ab2 (patch)
tree0c4c3b97ad5384a128677111c0a940fb5288ccad /tests/checkasm
parent31ee86cd9869200c69f39ac7fbe648cee2dace68 (diff)
checkasm/Makefile: add missing testclean target
Reviewed-by: Henrik Gramner <henrik@gramner.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm')
-rw-r--r--tests/checkasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile
index 03e0e3f4a4..f30e9c4078 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -30,7 +30,7 @@ $(CHECKASM): $(EXEOBJS) $(CHECKASMOBJS) $(FF_STATIC_DEP_LIBS)
checkasm: $(CHECKASM)
-clean:: checkasmclean
+testclean:: checkasmclean
checkasmclean:
$(RM) $(CHECKASM) $(CLEANSUFFIXES:%=tests/checkasm/%) $(CLEANSUFFIXES:%=tests/checkasm/$(ARCH)/%)