1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 22:30:22 +00:00

Simplify Makefile.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22744 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-19 11:50:03 +00:00
parent 4fb6bd2843
commit 25cfa15b4b

View File

@ -2,9 +2,7 @@ CFLAGS = -O2 -W -Wall
all: matroxset
matrox: matroxset.o
matroxset.o: matroxset.c
clean:
-rm *.o matroxset
-rm -f matroxset
.PHONY: all clean