58d48b6cfa19718aedd0c3a30cb3d832627b0a4f
[melted] / mlt++ / test / Makefile
1 CXXFLAGS=-Wall `mlt-config --cflags`
2 LDFLAGS=-lmlt++
3 CC=c++
4
5 play: play.o
6
7 play.o: play.cpp
8