Re-organize the project into a better hierarchy.
This commit is contained in:
8
platform-independent/cli-c/clean
Executable file
8
platform-independent/cli-c/clean
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Clean all generated build files.
|
||||
set -e
|
||||
cd "${BASH_SOURCE%/*}"
|
||||
|
||||
rm -vfr lib/*/{.unpacked,.patched,src} lib/include
|
||||
rm -vfr *.o *.dSYM mpw mpw-bench mpw-tests
|
Reference in New Issue
Block a user