openfx-sys 0.1.0

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

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