mirror of https://github.com/mpv-player/mpv
Build test programs with standard CFLAGS and use implicit rules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24283 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3b7e079594
commit
2fd1650190
|
@ -17,9 +17,6 @@ rage128_vid.o: radeon_vid.c radeon.h radeon_vid.h
|
|||
radeon_vid.o rage128_vid.o:
|
||||
CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math
|
||||
|
||||
%_test: %_test.c
|
||||
$(CC) -O -o $@ $<
|
||||
|
||||
install:
|
||||
-mkdir -p $(MDIR)
|
||||
install -m 644 $(OBJS) $(MDIR)
|
||||
|
|
Loading…
Reference in New Issue