summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 81f97fe57a..660880eac5 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -23,3 +23,6 @@ SRCS_COMMON-$(BITMAP_FONT) += font_load.c
SRCS_COMMON-$(FREETYPE) += font_load_ft.c
include ../mpcommon.mak
+
+%.o: %.m
+ $(CC) $(CFLAGS) -c -o $@ $<