mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 18:40:16 +00:00
13 lines
230 B
Bash
Executable File
13 lines
230 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule update --init
|
|
|
|
./autogen.sh && rm Makefile
|
|
|
|
cd gpujpeg && ./autogen.sh && rm Makefile && cd ..
|
|
|
|
rm -rf .git .gitmodules
|
|
find -name .gitignore -print0 |xargs -0 rm
|
|
find -name .git -print0 |xargs -0 rm -rf
|
|
|