openfx-sys 0.1.0

Rust bindings for OpenFX
Documentation
1
2
3
4
5
6
7
CXXFLAGS = -I../../include
OPTIMIZER = -g

invert.ofx : invert.o
	$(CXX) -bundle invert.o -o invert.ofx
	mkdir -p invert.ofx.bundle/Contents/MacOS/
	cp invert.ofx invert.ofx.bundle/Contents/MacOS/