diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/clean/client/dist.sh | 2 | ||||
-rwxr-xr-x | scripts/clean/server/dist.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/clean/client/dist.sh b/scripts/clean/client/dist.sh index 2cbbf90dc..ea6f7d644 100755 --- a/scripts/clean/client/dist.sh +++ b/scripts/clean/client/dist.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | rm -rf dist/ | 4 | rm -rf compiled/ dist/ dll/ |
diff --git a/scripts/clean/server/dist.sh b/scripts/clean/server/dist.sh new file mode 100755 index 000000000..be8135b8f --- /dev/null +++ b/scripts/clean/server/dist.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/usr/bin/env sh | ||
2 | |||
3 | rm -rf dist/ | ||