Files
Main/clean.sh
2017-06-14 02:47:05 +08:00

5 lines
31 B
Bash

#!/bin/bash
make clean
exit 0