This commit is contained in:
John Whitington
2021-11-11 10:09:23 -08:00
parent c6df45109e
commit 2c1bb8852a
10 changed files with 35988 additions and 1 deletions

19
compressor/Makefile Normal file
View File

@ -0,0 +1,19 @@
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