forked from KolibriOS/kolibrios
8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
rm mupdf
|
|
rm -rf build
|
|
make -f Makefile_2
|
|
mv build/mupdf ./
|
|
objcopy mupdf -O binary
|
|
sleep 10
|