mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-03-24 05:34:45 +01:00
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
make -C installer clean
|
||
|
make -C boot clean
|
||
|
make clean
|