public
Description: Erlang interface for an Ocaml seamcarving library (using erlocaml).
Homepage:
Clone URL: git://github.com/khigia/eocarve.git
eocarve / Makefile
100644 14 lines (12 sloc) 0.272 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY: build
build:
ocamlbuild \
     -classic-display \
     -cflags -I,+camlimages -lflags -I,+camlimages \
     -libs graphics,ci_core,ci_jpeg,ci_png,ocamerl \
     carve.native
 
.PHONY: clean
clean:
ocamlbuild -clean
rm -vf test/*_add*.jpg
rm -vf test/*_del*.jpg