openfx-sys 0.1.0

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

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