Commit af990d72 authored by James Almer's avatar James Almer

checkasm/Makefile: add missing testclean target

Reviewed-by: 's avatarHenrik Gramner <henrik@gramner.com>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 31ee86cd
......@@ -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)/%)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment