mirror of https://github.com/mpv-player/mpv
Remove superfluous suffix rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21198 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
739bd0d941
commit
3584246d2d
|
@ -21,9 +21,6 @@ clean:
|
|||
distclean: clean
|
||||
rm -f .depend
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
libloader.a: $(OBJS)
|
||||
$(AR) -r libloader.a $(OBJS)
|
||||
$(RANLIB) libloader.a
|
||||
|
|
Loading…
Reference in New Issue