Files
cpdf-source/doublemkinstall
John Whitington f576f913cb first
2025-04-25 13:08:27 +01:00

6 lines
110 B
Bash
Executable File

#!/bin/bash
cd ../camlpdf
./mkinstall
cd ../cpdf-source
make clean; make; ocamlfind remove cpdf; make install