diff --git a/test/Makefile b/test/Makefile index 0f8c38056ff..474ba2ebb5c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -57,4 +57,7 @@ clean : %.o: %.s $(CC) -c $(CCFLAGS) $< -xarch=v9 +%: %.o + $(CC) -o $@ $< -xarch=v9 +