view TOOLS/TVout/matroxset/Makefile @ 22726:c07c6ed4902d

Simplify Makefile.
author diego
date Mon, 19 Mar 2007 11:50:03 +0000
parents b205f8ca892a
children
line wrap: on
line source

CFLAGS = -O2 -W -Wall

all: matroxset

clean:
	-rm -f matroxset

.PHONY: all clean