aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 0f8c380..474ba2e 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -57,4 +57,7 @@ clean :
%.o: %.s
$(CC) -c $(CCFLAGS) $< -xarch=v9
+%: %.o
+ $(CC) -o $@ $< -xarch=v9
+