cpdf-source/compressor/Makefile

20 lines
313 B
Makefile
Raw Normal View History

2021-11-11 19:09:23 +01:00
SOURCES = compressor.ml
RESULT = compressor
PACKS = camlpdf
TARGETS := native-code
OCAMLFLAGS = -bin-annot
OCAMLNCFLAGS = -g -safe-string -w -3
OCAMLBCFLAGS = -g -safe-string -w -3
OCAMLLDFLAGS = -g
all : $(TARGETS)
clean ::
rm -rf doc foo foo2 out.pdf out2.pdf *.cmt *.cmti *.zlib
-include OCamlMakefile