mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
12 lines
111 B
Plaintext
Executable File
12 lines
111 B
Plaintext
Executable File
pushd app/tools
|
|
ant clean && ant
|
|
popd
|
|
|
|
pushd core
|
|
ant clean && ant
|
|
popd
|
|
|
|
pushd webserver
|
|
ant clean && ant
|
|
popd
|