8 lines
108 B
Bash
8 lines
108 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
./clean.sh
|
||
|
wsl make distclean
|
||
|
wsl make clean-extensions
|
||
|
wsl make extensions
|
||
|
./build.sh
|
||
|
wsl make
|