Mercurial > mplayer.hg
view TOOLS/mpfc/Makefile @ 10344:f1ee356c8200
trailing whitespace cosmetics
Moved one Q/A to the 0_90 position
author | diego |
---|---|
date | Sun, 29 Jun 2003 01:03:19 +0000 |
parents | a721a2b91d3d |
children |
line wrap: on
line source
TARGET = mpfc-ce mpfc-kr LIBS=-lgd -lttf -lpng all: $(TARGET) mpfc-ce: mpfc-ce.c $(CC) -Wall -O2 -o $@ $< $(LIBS) mpfc-kr: mpfc-kr.c $(CC) -Wall -O2 -o $@ $< $(LIBS) clean: -rm -f $(TARGET)