mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf obj lib bin *.make Makefile
|
|
cd engine
|
|
rm -rf obj lib bin *.make Makefile
|