0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Remove .depend on distclean.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21195 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-24 20:20:26 +00:00
parent d7a50788df
commit 15ea8dba89

View File

@ -18,6 +18,7 @@ clean:
rm -f *.o *.a *~
distclean: clean
rm -f .depend
.c.o:
$(CC) $(CFLAGS) -c $<