mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 15:11:58 +00:00
simplify test target
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21314 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
016e2e1cce
commit
0e817305fa
@ -32,8 +32,8 @@ SRCS+= dshow/DS_AudioDecoder.c \
|
||||
|
||||
include ../mpcommon.mak
|
||||
|
||||
dshow/test: libloader.a
|
||||
$(CC) dshow/test.c $(CFLAGS) -o $@ $^ -lstdc++
|
||||
dshow/test: dshow/test.c $(LIBNAME)
|
||||
$(CC) $(CFLAGS) -o $@ $^ -lstdc++
|
||||
|
||||
clean::
|
||||
rm -f dshow/*.o dshow/*.a dshow/*~
|
||||
|
Loading…
Reference in New Issue
Block a user