Reorganize core source and add Docker support to CLI.
This commit is contained in:
7
platform-independent/c/cli/clean
Executable file
7
platform-independent/c/cli/clean
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Clean all generated build files.
|
||||
set -e
|
||||
cd "${BASH_SOURCE%/*}"
|
||||
|
||||
rm -vfr mpw mpw-bench mpw-tests
|
Reference in New Issue
Block a user