mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-22 15:05:46 +01:00
3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
make clean; make; ocamlfind remove cpdf; make install
|