diff options
Diffstat (limited to 'vidix')
-rw-r--r-- | vidix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile index 7a156050a7..bad801ea10 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -4,7 +4,7 @@ LIBNAME_MPLAYER = libvidix.a SRCS_MPLAYER = vidixlib.c -all: libs +libs: $(MAKE) -C drivers clean:: |