mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-22 23:08:13 +01:00
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
make clean; make; ocamlfind remove cpdf; make install
|