view TOOLS/TVout/matroxset/Makefile @ 22826:62f044624d1f

cosmetics: Remove all trailing whitespace.
author diego
date Thu, 29 Mar 2007 18:08:25 +0000
parents c07c6ed4902d
children
line wrap: on
line source

CFLAGS = -O2 -W -Wall

all: matroxset

clean:
	-rm -f matroxset

.PHONY: all clean